Skip to content

Commit

Permalink
Update src/libs/actions/Session/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Gale-Rosen <[email protected]>
  • Loading branch information
war-in and dangrous authored Jan 15, 2025
1 parent 672ec4d commit 60ccc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Session/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ function signInAfterTransitionFromOldDot(transitionURL: string) {
// This section controls copilot changes
const currentUserEmail = getCurrentUserEmail();

// If ND and OD account are the same - do noting
// If ND and OD account are the same - do nothing
if (email === currentUserEmail) {
return;
}
Expand Down

0 comments on commit 60ccc17

Please sign in to comment.