Skip to content

Commit

Permalink
fix: duplicate entry in connection states (#11579)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron S <[email protected]>
Co-authored-by: AllanZhengYP <[email protected]>
  • Loading branch information
3 people authored Jul 20, 2023
1 parent a1c7a54 commit 88a74e7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export class AWSAppSyncRealTimeProvider extends AbstractPubSubProvider<AWSAppSyn
ConnectionState.ConnectedPendingDisconnect,
ConnectionState.ConnectedPendingKeepAlive,
ConnectionState.ConnectedPendingNetwork,
ConnectionState.ConnectedPendingNetwork,
ConnectionState.ConnectionDisruptedPendingNetwork,
ConnectionState.Disconnected,
].includes(connectionState)
Expand Down

0 comments on commit 88a74e7

Please sign in to comment.