dinovn-fca
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "dinovn-fca", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated after April 30th 2015.", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"prettier": "npx prettier utils.js src/* --write", | ||
"start_publish": "npm run prettier && npm publish --access public" | ||
"update": "npm run prettier && npm publish --access public" | ||
}, | ||
@@ -14,0 +14,0 @@ "repository": { |
@@ -28,8 +28,8 @@ "use strict"; | ||
}); | ||
if (!colorList.includes(validatedColor)) { | ||
throw { | ||
error: | ||
"The color you are trying to use is not a valid thread color. Use api.threadColors to find acceptable values.", | ||
}; | ||
} | ||
// if (!colorList.includes(validatedColor)) { | ||
// throw { | ||
// error: | ||
// "The color you are trying to use is not a valid thread color. Use api.threadColors to find acceptable values.", | ||
// }; | ||
// } | ||
@@ -36,0 +36,0 @@ var form = { |
606126