Skip to content

Commit f315da6

Browse files
author
Guilherme Souza
committed
wip
1 parent dbf020c commit f315da6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Sources/Storage/StorageFileApi.swift

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,7 @@ enum FileUpload {
5151
}
5252

5353
#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
54+
var testingBoundary: String?
6155
#endif
6256

6357
/// Supabase Storage File API

0 commit comments

Comments
 (0)