Commit bb5f193914f4896339fa851a3612e0afe06b0315
1 parent
7ec646c70b
Exists in
master
komodoRc as const
Showing 1 changed file with 5 additions and 5 deletions Side-by-side Diff
partner-komodo.js
... | ... | @@ -7,11 +7,7 @@ const url = require('url'); |
7 | 7 | const request = require('request'); |
8 | 8 | const resendDelay = require('sate24/resend-delay') |
9 | 9 | |
10 | -var config; | |
11 | -var aaa; | |
12 | -var logger; | |
13 | - | |
14 | -let komodoRc = { | |
10 | +const komodoRc = { | |
15 | 11 | '03': '40', |
16 | 12 | '13': '13', |
17 | 13 | '14': '14', |
... | ... | @@ -23,6 +19,10 @@ let komodoRc = { |
23 | 19 | '96': '68' |
24 | 20 | } |
25 | 21 | |
22 | +var config; | |
23 | +var aaa; | |
24 | +var logger; | |
25 | + | |
26 | 26 | function start(options) { |
27 | 27 | if (!options) { |
28 | 28 | console.log('Undefined options, terminating....'); |