diff options
Diffstat (limited to 'ext/websocket/02_websocketstream.js')
-rw-r--r-- | ext/websocket/02_websocketstream.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/websocket/02_websocketstream.js b/ext/websocket/02_websocketstream.js index 826e74d18..4eafac88b 100644 --- a/ext/websocket/02_websocketstream.js +++ b/ext/websocket/02_websocketstream.js @@ -13,7 +13,7 @@ import { op_ws_next_event, op_ws_send_binary_async, op_ws_send_text_async, -} from "ext:deno_websocket/00_ops.js"; +} from "ext:core/ops"; const { ArrayPrototypeJoin, ArrayPrototypeMap, |