infogare-api.js
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "infogare-api.js", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"main": "src/core/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -326,2 +326,3 @@ const User = require('./User'); | ||
const trainJSON = await response.json(); | ||
console.assert(trainJSON.mission || !trainJSON.mission); | ||
if (!trainJSON.mission) { | ||
@@ -328,0 +329,0 @@ const train = new Train(trainJSON); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22176
723