Skip to content

Commit

Permalink
Fix variable issue due to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikVoigt committed Nov 3, 2023
1 parent a4c6824 commit 930c4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def execute_circuit():
input_params = parameters.ParameterDictionary(input_params)

token = ''
aws_access_ket_id = ''
aws_access_key_id = ''
aws_secret_access_key = ''

if provider == 'ibmq':
Expand Down

0 comments on commit 930c4b4

Please sign in to comment.