diff options
Diffstat (limited to 'ext/websocket/00_ops.js')
-rw-r--r-- | ext/websocket/00_ops.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/websocket/00_ops.js b/ext/websocket/00_ops.js index 38628f8c3..69245bfcd 100644 --- a/ext/websocket/00_ops.js +++ b/ext/websocket/00_ops.js @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. import { core } from "ext:core/mod.js"; const { op_ws_create, |