Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Dec 8, 2023
1 parent 6b7cc70 commit 9a7627a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ function subscribeToUserEvents() {
return;
}

const onyxUpdatePromise = Onyx.update(pushJSON).then(()=>{
const onyxUpdatePromise = Onyx.update(pushJSON).then(() => {
triggerNotifications(pushJSON);
});

Expand Down

0 comments on commit 9a7627a

Please sign in to comment.