Skip to content

Commit 9cdca5c

Browse files
authored
fix(DataStore): ObserveQueryOperation missing import for SPM (#1470)
1 parent 4cb25de commit 9cdca5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/Subscribe/DataStoreObserveQueryOperation.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import Amplify
99
import AWSPluginsCore
1010
import Combine
11+
import Foundation
1112

1213
protocol DataStoreObserveQueryOperation {
1314
func resetState()

0 commit comments

Comments
 (0)