mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-06 15:20:22 +00:00
chore: make lint happy
This commit is contained in:
@@ -209,9 +209,9 @@ func init() {
|
||||
})
|
||||
}
|
||||
|
||||
func changeAtAll(groupId int64, b int) (err error) {
|
||||
func changeAtAll(gid int64, b int) (err error) {
|
||||
bpMap := map[string]any{
|
||||
"group_id": groupId,
|
||||
"group_id": gid,
|
||||
"at_all": b,
|
||||
}
|
||||
return bdb.updateAtAll(bpMap)
|
||||
|
||||
Reference in New Issue
Block a user