Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsOnlyBinary committed Nov 12, 2023
1 parent 267fdae commit 7a653e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/libs/state/UserState.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export default class UserState {
// Who flags are non-enumerable properties (vues $watch won't cover these properties)
// watch hasWhoFlags to know when this data is populated
def(this, 'whoFlags', {
// bot: undefined,
// operator: undefined,
// registered: undefined,
// secure: undefined,
bot: null,
operator: null,
registered: null,
secure: null,
}, true);
}

Expand Down

0 comments on commit 7a653e4

Please sign in to comment.