Wizcorp / node-pivotal

NodeJS API library for PivotalTracker
44 stars 20 forks source link

Bug fix: addProject - no_owner defaults to true only on undefined #12

Closed MRdNk closed 11 years ago

MRdNk commented 11 years ago
if (!projectData.no_owner) {
        projectData.no_owner = true;
    }

This turns false into true