semicolons

This commit is contained in:
Toshit Chawda 2024-07-14 16:31:36 -07:00
parent 56767f5b31
commit 4906b71e47
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
37 changed files with 789 additions and 784 deletions

View file

@ -1,5 +1,5 @@
import { BareClient } from "../shared"
const client = new BareClient()
import { BareClient } from "../shared";
const client = new BareClient();
WebSocket = new Proxy(WebSocket, {
construct(target, args) {
@ -11,6 +11,6 @@ WebSocket = new Proxy(WebSocket, {
"User-Agent": navigator.userAgent,
},
ArrayBuffer.prototype
)
);
},
})
});