topcoderinc / dsp-server

Topcoder Drone Series Back End
8 stars 23 forks source link

Can no longer assign drone after accepting package-request #179

Closed mtwomey closed 7 years ago

mtwomey commented 7 years ago

See here: https://youtu.be/7RFWIH-IC7c

The (new) check in services/PackageRequestService.js is throwing this error, it looks like the request is set to 'pending' in an API call just prior to the assign drone call.

mtwomey commented 7 years ago

@gondzo Please take a peek in case this was a merge issue.

gondzo commented 7 years ago

already fixed, forgot to push to the repo. try now.

On Sun, Jan 15, 2017 at 7:32 PM, Matthew Twomey notifications@github.com wrote:

@gondzo https://github.com/gondzo Please take a peek in case this was a merge issue.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/topcoderinc/dsp-server/issues/179#issuecomment-272713840, or mute the thread https://github.com/notifications/unsubscribe-auth/AC6QflvkWPWqtJoiiMefo8tGMdRroUspks5rSmZHgaJpZM4Lj_cl .

mtwomey commented 7 years ago

Confirmed - thanks!