laravel-asana icon indicating copy to clipboard operation
laravel-asana copied to clipboard

Task ID as float in getWorkspaceTasks

Open dadopl opened this issue 9 years ago • 1 comments

Asana::getWorkspaceTasks('123456', 'me')
return array data with id as float format

1.1076811309879E+14 and Asana::getTask(1.1076811309879E+14) return error

task: Not a recognized ID: 1.1076811309879E+14

dadopl avatar Apr 11 '16 11:04 dadopl

I got the same problem.

I tried casting the int to a String, but that did not work.

Have you found a solution?

JPAntonisse avatar Jul 28 '16 14:07 JPAntonisse