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