Skip to content

Commit

Permalink
fix: ref
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal committed Sep 26, 2023
1 parent 5387440 commit 92602ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/index_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ def replace_match(m: re.Match) -> Union[str, Generator, Callable]:
# return fetch_scraped_sites(*params)
elif command == 'fetch-link-suggestion':
return fetch_link_suggestion(*params)
elif command == 'generate-code':
return generate_code(*params)
elif command == 'generate-js-code':
return generate_js_code(*params)
elif command == aave.AaveSupplyContractWorkflow.WORKFLOW_TYPE:
return str(exec_aave_operation(*params, operation='supply'))
elif command == aave.AaveBorrowContractWorkflow.WORKFLOW_TYPE:
Expand Down

0 comments on commit 92602ae

Please sign in to comment.