Skip to content

Commit

Permalink
Apply suggested change
Browse files Browse the repository at this point in the history
Co-authored-by: Liu Wei <375636559@qq.com>
  • Loading branch information
markusmueller and monkeyDluffy6017 authored Jan 12, 2024
1 parent 19a20bf commit e2cdf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/plugins/openid-connect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ function _M.rewrite(plugin_conf, ctx)
end
end
end
if(session) then
if session then
session:close()
end
end
Expand Down

0 comments on commit e2cdf3d

Please sign in to comment.