mirror of
https://github.com/dfpc-coe/CloudTAK.git
synced 2025-12-22 05:37:16 +00:00
Fix Lints
This commit is contained in:
@@ -14,8 +14,7 @@ for (const env of [
|
||||
'API_URL'
|
||||
]) {
|
||||
if (!process.env[env]) {
|
||||
console.error(`${env} Env Var must be set`);
|
||||
process.exit();
|
||||
throw new Error(`${env} Env Var must be set`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ export default {
|
||||
SubdomainPrefix: {
|
||||
Description: 'Prefix of domain: ie "map" of map.example.com',
|
||||
Type: 'String'
|
||||
}
|
||||
},
|
||||
ComputeCpu: {
|
||||
Description: 'The number of CPU units used by the task',
|
||||
Type: 'Number',
|
||||
|
||||
Reference in New Issue
Block a user