From 96108cf9e1b63a65ac55951d2f9823fc358277f0 Mon Sep 17 00:00:00 2001 From: Daniel Silva Date: Tue, 12 Mar 2024 17:15:20 +0100 Subject: [PATCH] prettier --- src/libs/actions/App.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.