mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-04 08:18:34 +00:00
Apply suggestion to internal/store/event_loop.go
This commit is contained in:
@ -417,7 +417,7 @@ func (loop *eventLoop) processMessages(eventLog *logrus.Entry, messages []*pmapi
|
|||||||
msgLog.Debug("Processing EventUpdate(Flags) for message")
|
msgLog.Debug("Processing EventUpdate(Flags) for message")
|
||||||
|
|
||||||
if message.Updated == nil {
|
if message.Updated == nil {
|
||||||
msgLog.Warn("Got EventUpdate(Flags) with nil message")
|
msgLog.Error("Got EventUpdate(Flags) with nil message")
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user