We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc8cce commit 0f5d527Copy full SHA for 0f5d527
1 file changed
src/utils/user.js
@@ -3,11 +3,11 @@ fn.user = wrap(function fnUser() {
3
function self() {
4
if (!selfData) {
5
selfData = Object.freeze({
6
- id: global('selfId'),
7
- username: global('selfUsername'),
8
- mainGroup: global('selfMainGroup'),
+ id: global('selfId'),
+ username: global('selfUsername'),
+ mainGroup: global('selfMainGroup'),
9
});
10
- }
+ }
11
return selfData;
12
}
13
0 commit comments