chore: update deps

This commit is contained in:
nanov
2020-03-06 06:47:56 +02:00
parent be76a52ae5
commit 7053a03286
4 changed files with 65 additions and 60 deletions

View File

@@ -9,9 +9,8 @@ const os = require('os');
const config = require('./loadConfig')();
const client = require('./getClient')(config);
const bankName = gConfig.bankName;
const languageCode = gConfig.languageCode;
const bankName = config.bankName;
const languageCode = config.languageCode;
const template = fs.readFileSync('../templates/ini_'+config.languageCode+'.hbs', { encoding: 'utf8 '});
const bankLetterFile = path.join(os.homedir(), 'bankLetter_'+languageCode+'.html');