Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Sep 13, 2024
1 parent 6d289eb commit ae1bfbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ extension TimelineViewModel {
guard let client = client, canStreamEvents, isTimelineVisible else { return }

switch event {
case let updateEvent as StreamEventUpdate:
case _ as StreamEventUpdate:
// Removed automatic stream for events.
break
case let deleteEvent as StreamEventDelete:
Expand Down

0 comments on commit ae1bfbe

Please sign in to comment.