I am trying to develop a appwrite function where i want to give a parameter to my appwrite function using client SDK, but when i try to deploy that function i get positional arguments error. I am attaching error and code pictures.
TL;DR
Developers are trying to add parameters to the main function in an Appwrite function but are encountering errors when deploying the function. They are receiving positional arguments errors. Images of the error and code are attached.