mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
Lint
This commit is contained in:
@@ -12907,8 +12907,8 @@ speechSynthesis.getVoices();
|
|||||||
database
|
database
|
||||||
.getUserStats(D.ref, inCurrentWorld)
|
.getUserStats(D.ref, inCurrentWorld)
|
||||||
.then((ref1) => {
|
.then((ref1) => {
|
||||||
if (ref1.userId === D.id) {
|
if (ref1.userId === D.id) {
|
||||||
D.lastSeen = ref1.created_at;
|
D.lastSeen = ref1.created_at;
|
||||||
D.joinCount = ref1.joinCount;
|
D.joinCount = ref1.joinCount;
|
||||||
D.timeSpent = ref1.timeSpent;
|
D.timeSpent = ref1.timeSpent;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user