-
Beta Was this translation helpful? Give feedback.
Answered by
dbuezas
Dec 7, 2024
Replies: 1 comment 4 replies
-
Promises are not supported in the card. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is that you are still awaiting before returning the old value.
You need to remove the async keyword and use
.then(()=> {....})
for the fetch command