Skip to content

Commit

Permalink
style: fix the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanXin-Chen committed Oct 2, 2024
1 parent 4f1c2f5 commit 7026313
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apisix/plugins/google-cloud-logging.lua
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ local function create_oauth_object(conf)
return nil, err
end

auth_conf.scope = auth_conf.scopes or auth_conf.scope
auth_conf.scope = auth_conf.scopes or auth_conf.scope

return google_oauth.new(auth_conf, conf.ssl_verify)
end
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/plugins/google-cloud-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 -H "X-API-KEY: $admin_key" -X P
}
}
}'
```
```
2 changes: 1 addition & 1 deletion docs/zh/latest/plugins/google-cloud-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 \
}
}
}'
```
```

0 comments on commit 7026313

Please sign in to comment.