Skip to content

Commit

Permalink
Update abstra-runtimes-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
abstra-bot committed Apr 27, 2023
1 parent 18422aa commit 488a926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abstra_runtimes/overloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def execute_js(code, context={}):
while True:
type, data = broker.recv()
if type == "execute-js:response":
return data['value']
return data["value"]

abstra_dashes.get_user = get_user
abstra_dashes.redirect = redirect
Expand Down

0 comments on commit 488a926

Please sign in to comment.