forked from FoundKeyGang/FoundKey
client: remove unused variables
This commit is contained in:
parent
00fcc238f7
commit
6256ddbd30
1 changed files with 0 additions and 5 deletions
|
@ -50,14 +50,9 @@ import number from '@/filters/number';
|
|||
import { i18n } from '@/i18n';
|
||||
import { instance } from '@/instance';
|
||||
|
||||
let stats = $ref();
|
||||
let tags = $ref();
|
||||
let onlineUsersCount = $ref();
|
||||
|
||||
os.api('stats').then(_stats => {
|
||||
stats = _stats;
|
||||
});
|
||||
|
||||
os.api('get-online-users-count').then(res => {
|
||||
onlineUsersCount = res.count;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue