Skip to content

Commit

Permalink
code clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 14, 2023
1 parent 00ac156 commit 72d61df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/tools/yield.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ do
}

in_yieldable_phase = function(phase)
return LUA_CONTEXT_YIELDABLE_PHASE[phase or get_phase()] ~= nil
return LUA_CONTEXT_YIELDABLE_PHASE[phase or get_phase()]
end
end
_M.in_yieldable_phase = in_yieldable_phase
Expand Down

0 comments on commit 72d61df

Please sign in to comment.