From c6e00afc7c23df994b70eee89d2d392718e6a321 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:09:42 +0100 Subject: [feature] tentatively start adding polls support (#2249) --- internal/processing/stream/stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/processing/stream') diff --git a/internal/processing/stream/stream.go b/internal/processing/stream/stream.go index 972173c7a..a5b3b9386 100644 --- a/internal/processing/stream/stream.go +++ b/internal/processing/stream/stream.go @@ -46,7 +46,7 @@ func (p *Processor) toAccount(payload string, event string, streamTypes []string if !ok { return nil // No entry = nothing to stream. } - streamsForAccount := v.(*stream.StreamsForAccount) //nolint:forcetypeassert + streamsForAccount := v.(*stream.StreamsForAccount) streamsForAccount.Lock() defer streamsForAccount.Unlock() -- cgit v1.2.3