Lesson 14, TypeError: verify is not a function #2649
Answered
by
RoboCrypter
Benrockiee
asked this question in
Q&A
-
When i deploy to rinkeby, i get this error even after exporting verify function:
This is my Deploy script
This is my verify script
|
Beta Was this translation helpful? Give feedback.
Answered by
RoboCrypter
Sep 17, 2022
Replies: 1 comment 3 replies
-
@Benrockiee : Put your require verify in Like this : Hopefully, It will resolve your issue! |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Benrockiee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Benrockiee : Put your require verify in
{ }
in your deploy script!Like this :
const { verify } = require("../utils/verify")
Hopefully, It will resolve your issue!