Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldoglas committed Mar 12, 2024
1 parent df6bd26 commit 96108cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function reconnectApp(updateIDFrom: OnyxEntry<number> = 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.
Expand Down

0 comments on commit 96108cf

Please sign in to comment.