Travis build: 732 [ci skip]
This commit is contained in:
@ -9,7 +9,7 @@ const isValidJSON = obj => {
|
||||
try {
|
||||
JSON.parse(obj);
|
||||
return !!obj;
|
||||
} catch (e) {
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user