Skip to content

Commit 43ad9f5

Browse files
committed
add comma
1 parent 088454f commit 43ad9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/htmx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ document.body.addEventListener('htmx:responseError', (e) => {
2626
document.body.addEventListener('htmx:wsOpen', (e) => {
2727
const socket = e.detail.socketWrapper;
2828
socket.send(
29-
JSON.stringify({action: 'subscribe', data: {url: window.location.href}})
29+
JSON.stringify({action: 'subscribe', data: {url: window.location.href}}),
3030
);
3131
});

0 commit comments

Comments
 (0)