Skip to content

Commit

Permalink
Update lib.test.w
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Keren authored Feb 21, 2024
1 parent 7dfe33d commit ffe319c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions websockets/lib.test.w
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ wb.onMessage(inflight (id: str, body: str): void => {
}
});

wb.initialize();

interface IWebSocketJS {
inflight on(cmd: str, handler: inflight(str):void): void;
inflight send(e: str): void;
Expand Down

0 comments on commit ffe319c

Please sign in to comment.