This commit is contained in:
Natsumi
2022-06-04 23:43:35 +12:00
parent 5e9fe3e79a
commit c5495634f2
+1 -1
View File
@@ -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' &&