Skip to content

Commit

Permalink
kondo ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Dec 9, 2024
1 parent 4305a1b commit db34471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common-jetty1x/src/slipway/websockets.clj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

(extend-protocol common.ws/WebSocketSend

#_:clj-kondo/ignore
(Class/forName "[B")
(-send!
([ba ws]
Expand Down Expand Up @@ -67,6 +68,7 @@

(extend-protocol common.ws/WebSocketPing

#_:clj-kondo/ignore
(Class/forName "[B")
(-ping! [ba ws] (common.ws/-ping! (ByteBuffer/wrap ba) ws)))

Expand Down

0 comments on commit db34471

Please sign in to comment.