Skip to content

Commit 0cb6454

Browse files
committed
Update index.ts
1 parent ca7d052 commit 0cb6454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • projects/frontend/src/lib/base/api/list/VRChat

projects/frontend/src/lib/base/api/list/VRChat/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class VRChat {
3030
async init() {
3131
if (this._init) return;
3232
this._init = true;
33-
this.userAgent = `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0 VRCX/${await this._fetchVersion()} https://github.com/vrcx-team/VRCX`;
33+
this.userAgent = `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0 VRCX/${await this._fetchVersion()} https://github.com/vrcx-team/VRCX`;
3434
await this.users.init();
3535
await this.pipeline.init();
3636
}

0 commit comments

Comments
 (0)