Skip to content

Commit

Permalink
chore: fixed a null error
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Nov 7, 2023
1 parent 62ed82a commit 4aecab2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AmplifyCloudWatchLoggerPlugin extends CloudWatchLoggerPlugin {
defaultLogStreamNameProvider:
AmplifyLogStreamNameProvider().defaultLogStreamName,
),
logStore: DartQueuedItemStore(null),
logStore: DartQueuedItemStore(FlutterPathProvider()),
remoteLoggingConstraintProvider:
pluginConfig.defaultRemoteConfiguration == null
? null
Expand Down

0 comments on commit 4aecab2

Please sign in to comment.