require is not defined in basic webhook #1321
-
I'm trying to use the require as in the demo but encountered the error:
|
Beta Was this translation helpful? Give feedback.
Answered by
hrutik7
Aug 15, 2023
Replies: 1 comment 2 replies
-
Hey @ralphilius, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @ralphilius
the syntax should be await import
for reference :
c129592