test update

This commit is contained in:
Wise Colt
2019-01-02 19:34:35 +03:00
parent ac8a4dd8d9
commit ac7bfd2925
3 changed files with 43 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ const GetFlix = require('../index');
try {
const getflix = new GetFlix('f29e56ff85f361ff01b5c5403a343021');
getflix.getInfo('70242311', (res) => {
getflix.getInfo('80040119', (res) => {
if (res.error) {
console.log(res.errorMsg);
}