Lesson9: TypeError: Cannot read properties of undefined (reading 'toNumber') #3346
-
While testing performUpkeep() I got this error:
code for testing
Can anyone help? |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Oct 18, 2022
Replies: 1 comment 6 replies
-
@Arpit7707 Here they made a litter update; -const requestId = txReceipt.events[1].args.requestId
+const requestId = txReceipt.events[1].args.requestID |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Arpit7707
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Arpit7707 Here they made a litter update;