You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/analytics/amplify_analytics_pinpoint_dart/lib/src/impl/analytics_client/event_client/event_client.dart
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -180,10 +180,9 @@ class EventClient {
180
180
_logger
181
181
..warn('putEvents - exception encountered: ', e)
182
182
..warn('Unrecoverable issue, deleting cache for local event batch');
183
-
}
184
-
// Always delete local store of events
185
-
// Unless a retryable exception has been received (see above)
186
-
finally {
183
+
} finally {
184
+
// Always delete local store of events
185
+
// Unless a retryable exception has been received (see above)
0 commit comments