project_crowdfunding
project_crowdfunding copied to clipboard
Error: Function "getDonators" requires 1 arguments, but undefined were provided.
This is the Error
And this is the function in the index.js file of context folder
can someone tell me what should i change in the function to pass the argument pId as it is not getting accepted It is showing on the console.log(pId) just before it but not getting passed as an argument.
@adrianhajdin