Lesson 17 DAOs: Typescript to JS #1890
-
I have been trying to complete lesson 17 by converting the Typescript to Javascript and I have ran into an issue with the propose script:
When running the script i am getting the error:
Which is referring to this section of the code:
My proposals.json file is:
And I am trying to add the proposal Ids to the array in the proposal.json file relative to the chain Id. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In the end I wrote a test script for the whole thing and it was working fine |
Beta Was this translation helpful? Give feedback.
-
@jacobhay2626 Bro im having issues as well, i rewrote the propose script into javascript but when i try doing anything like compiling, it gives me error |
Beta Was this translation helpful? Give feedback.
In the end I wrote a test script for the whole thing and it was working fine