Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
amirmarmul committed Aug 23, 2024
1 parent 93f9e5e commit 3328cda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/domain/auth/Auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export class Auth {
}

static getInstance() {
// if (!this._instance) {
this._instance = new Auth();
// }
if (!this._instance) {
this._instance = new Auth();
}

return this._instance;
}
Expand Down

0 comments on commit 3328cda

Please sign in to comment.