Skip to content

Commit

Permalink
[Storage] Add preconcurrency attribute to class
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Dec 18, 2024
1 parent badde0a commit 4ff821c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FirebaseStorage/Sources/Internal/StorageInternalTask.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import Foundation

/// Implement StorageTasks that are not directly exposed via the public API.
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
@preconcurrency
class StorageInternalTask: StorageTask {
private var fetcher: GTMSessionFetcher?

Expand Down

0 comments on commit 4ff821c

Please sign in to comment.