mirror of
https://github.com/status-im/status-go.git
synced 2025-02-07 12:25:20 +00:00
Fix linting
This commit is contained in:
parent
1b527906ee
commit
32907b59b2
@ -563,7 +563,7 @@ func (m *Messenger) shouldPublishChatIdentity(chatID string) (bool, error) {
|
||||
return false, err
|
||||
}
|
||||
|
||||
return *lp == 0 || time.Now().Unix() - *lp > 24 * 60 * 60, nil
|
||||
return *lp == 0 || time.Now().Unix()-*lp > 24*60*60, nil
|
||||
}
|
||||
|
||||
// createChatIdentity creates a context based protobuf.ChatIdentity.
|
||||
|
Loading…
x
Reference in New Issue
Block a user