We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209b2e8 commit 1bb8e8bCopy full SHA for 1bb8e8b
.github/workflows/push.yml
@@ -13,9 +13,8 @@ jobs:
13
- name: Check out code into the Go module directory
14
uses: actions/checkout@master
15
16
- - name: golangci-lint
+ - name: Run Lint
17
uses: golangci/golangci-lint-action@master
18
- continue-on-error: true
19
with:
20
version: latest
21
plugin/bilibili/bilibilipush.go
@@ -209,9 +209,9 @@ func init() {
209
})
210
}
211
212
-func changeAtAll(groupId int64, b int) (err error) {
+func changeAtAll(gid int64, b int) (err error) {
213
bpMap := map[string]any{
214
- "group_id": groupId,
+ "group_id": gid,
215
"at_all": b,
216
217
return bdb.updateAtAll(bpMap)
0 commit comments