Wizcorp / node-pivotal

NodeJS API library for PivotalTracker
44 stars 20 forks source link

Storyarrays: Always return an array of story #18

Closed MRdNk closed 11 years ago

MRdNk commented 11 years ago

No story

callback: { '0': null, '1': { story: [] } }

1 Story

callback: { '0': null, '1': { story: [ [Object] ] } }

2 Stories

callback: { '0': null, '1': { story: [ [Object], [Object] ] } }
MRdNk commented 11 years ago

Oops!