From 075669d87ec3f7eb4530c4a3844456cfd75d5769 Mon Sep 17 00:00:00 2001 From: Stefan Hausotte Date: Tue, 12 May 2026 18:20:09 +0200 Subject: [PATCH] test: fix warning in test --- Forji/Forji/Services/BackgroundDownloadManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Forji/Forji/Services/BackgroundDownloadManager.swift b/Forji/Forji/Services/BackgroundDownloadManager.swift index ee56588..2699203 100644 --- a/Forji/Forji/Services/BackgroundDownloadManager.swift +++ b/Forji/Forji/Services/BackgroundDownloadManager.swift @@ -264,7 +264,7 @@ private extension OperationQueue { // MARK: - Instance Metadata -struct InstanceMetadata: Codable { +nonisolated struct InstanceMetadata: Codable { let serverURL: String let username: String let name: String