Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Jan 14, 2025
1 parent e8962ea commit 7d3fa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery/websocket/event_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (s *Server) handleEvent(conn *websocket.Conn, m message.Message) { //nolint
return
}

if !msg.Event.Kind.IsEphemeral() {
if !msg.Event.Kind.IsEphemeral() { //nolint
if msg.Event.Kind == types.KindEventDeletionRequest {
deleteFilterString := msg.Event.Tags.GetValue("filter")

Expand Down

0 comments on commit 7d3fa49

Please sign in to comment.