Skip to content

Commit

Permalink
fix: linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wischoepke committed Jan 31, 2025
1 parent e72b9a5 commit dcfcef8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/src/api/event_filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ var (
},
},
}
participantUpdated = &realtime.BoardEvent{
Type: realtime.BoardEventParticipantUpdated,
Data: participantBoardSession,
}
votingEvent = &realtime.BoardEvent{
Type: realtime.BoardEventVotingUpdated,
Data: votingData,
Expand Down

0 comments on commit dcfcef8

Please sign in to comment.