diff options
Diffstat (limited to 'examples/bun-hot-websockets.js')
-rw-r--r-- | examples/bun-hot-websockets.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bun-hot-websockets.js b/examples/bun-hot-websockets.js index 1656d2eb5..7cdaf0f02 100644 --- a/examples/bun-hot-websockets.js +++ b/examples/bun-hot-websockets.js @@ -83,7 +83,7 @@ export default { headers: { "Content-Type": "text/html; charset=utf-8", }, - } + }, ); }, }; |