We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf020c commit f315da6Copy full SHA for f315da6
Sources/Storage/StorageFileApi.swift
@@ -51,13 +51,7 @@ enum FileUpload {
51
}
52
53
#if DEBUG
54
- #if compiler(>=6)
55
- // It is safe to mark it as unsafe, since this property is only used in tests for overriding the
56
- // boundary value, instead of using the random one.
57
- nonisolated(unsafe) var testingBoundary: String?
58
- #else
59
- var testingBoundary: String?
60
- #endif
+ var testingBoundary: String?
61
#endif
62
63
/// Supabase Storage File API
0 commit comments