diff --git a/src/libs/actions/App.ts b/src/libs/actions/App.ts index 6665e4f6b68f..302e4048d0e8 100644 --- a/src/libs/actions/App.ts +++ b/src/libs/actions/App.ts @@ -224,7 +224,7 @@ function reconnectApp(updateIDFrom: OnyxEntry = 0) { getPolicyParamsForOpenOrReconnect().then((policyParams) => { const params: ReconnectAppParams = { ...policyParams, - idempotencyKey:`${WRITE_COMMANDS.RECONNECT_APP}`, + idempotencyKey: `${WRITE_COMMANDS.RECONNECT_APP}`, }; // When the app reconnects we do a fast "sync" of the LHN and only return chats that have new messages. We achieve this by sending the most recent reportActionID.