mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
Apply suggestion to internal/store/event_loop.go
This commit is contained in:
committed by
Jakub Cuth
parent
341a6501e6
commit
1c83cc9754
@ -405,7 +405,7 @@ func (loop *eventLoop) processMessages(eventLog *logrus.Entry, messages []*pmapi
|
||||
msgLog.Debug("Processing EventCreate for message")
|
||||
|
||||
if message.Created == nil {
|
||||
msgLog.Warn("Got EventCreate with nil message")
|
||||
msgLog.Error("Got EventCreate with nil message")
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user