Skip to content

Commit

Permalink
[Storage] Add preconcurrency attribute to class (#14272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Dec 18, 2024
1 parent badde0a commit dd8b502
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 dd8b502

Please sign in to comment.