Skip to content

Commit 63f4e6c

Browse files
committed
cleanup
1 parent 597fac4 commit 63f4e6c

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

services/websocket/notifier.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ func newNotifier(m *melody.Melody) notify_service.Notifier {
2828

2929
// htmxAddElementEnd = "<div hx-swap-oob=\"beforebegin:%s\">%s</div>"
3030
// htmxUpdateElement = "<div hx-swap-oob=\"outerHTML:%s\">%s</div>"
31-
3231
var htmxRemoveElement = "<div hx-swap-oob=\"delete:%s\"></div>"
3332

3433
func (n *websocketNotifier) filterSessions(fn func(*melody.Session, *sessionData) bool) []*melody.Session {

0 commit comments

Comments
 (0)