emotz / kladovka

Optimizer of inventory for games
http://kladovka.herokuapp.com/
MIT License
0 stars 0 forks source link

use proper constants for error codes in frontend #85

Open Eoksni opened 7 years ago

Eoksni commented 7 years ago

+ } else if (err.status === 400 && err.body.code === 3) { 3 is not good