laravel-asana
laravel-asana copied to clipboard
Task ID as float in getWorkspaceTasks
Asana::getWorkspaceTasks('123456', 'me')
return array data with id as float format
1.1076811309879E+14 and
Asana::getTask(1.1076811309879E+14)return errortask: Not a recognized ID: 1.1076811309879E+14
I got the same problem.
I tried casting the int to a String, but that did not work.
Have you found a solution?