Skip to content

Commit

Permalink
Remove call to super
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Chiru committed Sep 20, 2022
1 parent 30c5953 commit 040d8d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong/plugins/oidc/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ local session = require("kong.plugins.oidc.session")


function OidcHandler:access(config)
OidcHandler.super.access(self)
local oidcConfig = utils.get_options(config, ngx)

-- partial support for plugin chaining: allow skipping requests, where higher priority
Expand Down

0 comments on commit 040d8d4

Please sign in to comment.