hairizuanbinnoorazman / tasker

Create tasks from CLI and post it to task management platforms
1 stars 0 forks source link

asana's ListProject function returns a empty json response #7

Closed hairizuanbinnoorazman closed 6 years ago

hairizuanbinnoorazman commented 6 years ago

Response received:

{
    "data": null
}

This is due to the token not being assigned properly to the asana.Asana struct that is being passed in

hairizuanbinnoorazman commented 6 years ago

Altered the commands on this tool. This bug is no longer around