Skip to content

Commit

Permalink
fix: clean_handlers should be a table
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyDluffy6017 committed Oct 10, 2023
1 parent 9903a10 commit dfb0844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/core/config_util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function _M.fire_all_clean_handlers(item)
clean_handler.f(item)
end

item.clean_handlers = nil
item.clean_handlers = {}
end


Expand Down

0 comments on commit dfb0844

Please sign in to comment.