fix reverting skill on failed update

This commit is contained in:
GotPPay
2018-01-19 22:54:50 +01:00
parent 48578d3ffe
commit de0a4f3176
2 changed files with 61 additions and 27 deletions

View File

@@ -17,7 +17,7 @@ constants.apiResultCodes = {
AMAZON_FAIL:2, //amazon api doesn't work
DATABASE_ERROR:3,
NO_SKILL:4,
INCONSISTEN_STATE:5,
INCONSISTENT_STATE:5,
}
constants.HTTPResultCodes = {