diff options
Diffstat (limited to 'internal/processing/stream/stream.go')
-rw-r--r-- | internal/processing/stream/stream.go | 2 |
1 files changed, 1 insertions, 1 deletions
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() |