mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Lint
This commit is contained in:
+1
-1
@@ -995,7 +995,7 @@ speechSynthesis.getVoices();
|
||||
async parse() {
|
||||
this.username = this.userid;
|
||||
if (this.userid) {
|
||||
var args = await API.getCachedUser({ userId: this.userid });
|
||||
var args = await API.getCachedUser({userId: this.userid});
|
||||
}
|
||||
if (
|
||||
typeof args !== 'undefined' &&
|
||||
|
||||
Reference in New Issue
Block a user