Skip to content

Commit

Permalink
fix: resolved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kubabutkiewicz committed Sep 15, 2023
1 parent 028bc2e commit 6e6127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/SessionUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let loggedInDuringSession: boolean | undefined;
Onyx.connect({
key: ONYXKEYS.SESSION,
callback: (session) => {
if (loggedInDuringSession !== undefined) {
if (loggedInDuringSession) {
return;
}

Expand Down

0 comments on commit 6e6127f

Please sign in to comment.