Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Dec 29, 2023
1 parent 8bbd135 commit e557ec2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apisix/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,8 @@ end

function _M.get_healthcheck_events_modele(self)
if self.events_module == _M.EVENTS_MODULE_LUA_RESTY_EVENTS then
ngx.log(ngx.WARN, "resty.events")
return "resty.events"
else
ngx.log(ngx.WARN, "resty.worker.events")
return "resty.worker.events"
end
end
Expand Down

0 comments on commit e557ec2

Please sign in to comment.