Skip to content

Commit

Permalink
Update AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/Storage/St…
Browse files Browse the repository at this point in the history
…orageEngine+SyncRequirement.swift

Co-authored-by: Sebastian Villena <[email protected]>
  • Loading branch information
lawmicha and ruisebas authored Jan 16, 2024
1 parent 5b5340e commit ee80e9f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ extension StorageEngine {

let authPluginRequired = StorageEngine.requiresAuthPlugin(
api,
authModeStrategy: dataStoreConfiguration.authModeStrategyType)
authModeStrategy: dataStoreConfiguration.authModeStrategyType
)

guard authPluginRequired else {
syncEngine.start(api: api, auth: nil)
Expand Down

0 comments on commit ee80e9f

Please sign in to comment.