Skip to content

Commit

Permalink
change priority in lua file
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Aug 30, 2024
1 parent 8ac0738 commit 7ffa489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/plugins/content-moderation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ local schema = {

local _M = {
version = 0.1,
priority = 1060, -- TODO: change
priority = 1075, -- TODO: might change
name = "content-moderation",
schema = schema,
}
Expand Down

0 comments on commit 7ffa489

Please sign in to comment.