resource-action-api
Advanced tools
Comparing version 2.1.14 to 2.1.15
{ | ||
"name": "resource-action-api", | ||
"version": "2.1.14", | ||
"version": "2.1.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,3 +24,3 @@ const auth = require('../../lib/auth/auth'); | ||
if (global.latestValidBuildNumbers && body.appKey && body.appBuildNumber && body.appBuildNumber < global.latestValidBuildNumbers[body.appKey]) { | ||
errors.push({message: `The version of the app you're using is out of date. Please ${body.isWeb ? 'refresh' : 'update it via the App Store'} to use the latest version.`}); | ||
errors.push({message: `The version of the app you're using is out of date. Please ${body.isWeb ? 'refresh' : 'update it via the app store'} to use the latest version.`}); | ||
} | ||
@@ -27,0 +27,0 @@ else { |