rename ENV variables to drop "IMPORTER" from the names and be more consistent
This commit is contained in:
@@ -25,7 +25,7 @@ async function getKBB(URL) {
|
||||
(async function() {
|
||||
await openBudget();
|
||||
|
||||
const payeeId = await ensurePayee(process.env.IMPORTER_KBB_PAYEE_NAME || 'KBB');
|
||||
const payeeId = await ensurePayee(process.env.KBB_PAYEE_NAME || 'KBB');
|
||||
|
||||
const accounts = await api.getAccounts();
|
||||
for (const account of accounts) {
|
||||
|
||||
Reference in New Issue
Block a user