Skip to content

Commit

Permalink
fix: jans-cli endpint param (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Oct 7, 2022
1 parent 2c446a7 commit f6faa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-cli/cli/config_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ def make_swagger_var(self, varname):

def obtain_parameters(self, endpoint, single=False):
parameters = {}

end_point_param = {}
endpoint_parameters = []
if 'parameters' in endpoint.info:
endpoint_parameters = endpoint.info['parameters']
Expand Down

0 comments on commit f6faa71

Please sign in to comment.