Remove functions that VSCode added
This commit is contained in:
@@ -1584,14 +1584,6 @@ class App {
|
||||
Route[Route["CONNECT"] = 5] = "CONNECT";
|
||||
})(Route = App.Route || (App.Route = {}));
|
||||
;
|
||||
function announceUser_rpc_response(sendingPeerID, userIDs) {
|
||||
throw new Error("Function not implemented.");
|
||||
}
|
||||
App.announceUser_rpc_response = announceUser_rpc_response;
|
||||
function announceUser_rpc_response(sendingPeerID, userIDs) {
|
||||
throw new Error("Function not implemented.");
|
||||
}
|
||||
App.announceUser_rpc_response = announceUser_rpc_response;
|
||||
// export function connect() {
|
||||
// throw new Error("Function not implemented.");
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user