wtsi-npg / npg_sentry

Other
0 stars 4 forks source link

fix bug in createToken #20

Closed andrew-nowak closed 7 years ago

andrew-nowak commented 7 years ago

createToken endpoint was returning no data, because a missing 'return' statement meant that the promises were resolving without any value. This didn't show up in tests because of a promise failing silently(!) which has been fixed.