mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 22:40:23 +08:00
💩👌 make lint happy
This commit is contained in:
parent
63ef93a9f9
commit
3cbb589d2c
@ -74,7 +74,7 @@ func init() {
|
||||
mu.RUnlock()
|
||||
if !ok {
|
||||
mu.Lock()
|
||||
db.Insert("picture", &picture{ID: i, URL: u})
|
||||
_ = db.Insert("picture", &picture{ID: i, URL: u})
|
||||
mu.Unlock()
|
||||
} else {
|
||||
// 开始重复,说明之后都是重复
|
||||
|
||||
Loading…
Reference in New Issue
Block a user