Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Jan 15, 2025
1 parent 20525b6 commit 27afbdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apisix/plugins/opa/helper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ local function build_http_request(conf, ctx)
if conf.with_body then
http.body = get_body_for_request()
end

return http
end

Expand Down
2 changes: 1 addition & 1 deletion ci/pod/opa/with_body.rego
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ allow {

allow {
request.body
}
}

0 comments on commit 27afbdd

Please sign in to comment.