Cleanup conditions for handleError()
This commit is contained in:
@ -380,6 +380,7 @@ func openTrunk(m chat1.MsgSummary) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func handleError(err error, m chat1.MsgSummary, msg string) {
|
||||
tracker := uuid.NewString()
|
||||
log.LogError("%+v: %+v", tracker, err)
|
||||
|
||||
Reference in New Issue
Block a user