Skip to content

Commit

Permalink
fix: multi-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
xuruidong committed Dec 29, 2024
1 parent f2f88a0 commit f7a1a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/consumer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function plugin_consumer()
}
end

local consumer, err = consumers_id_lrucache(val.value.id,
local consumer = consumers_id_lrucache(val.value.id .. name,
val.modifiedIndex, construct_consumer_data, val, config)
if consumer == nil then
goto CONTINUE
Expand Down

0 comments on commit f7a1a23

Please sign in to comment.