rename ENV variables to drop "IMPORTER" from the names and be more consistent
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ require("dotenv").config();
|
||||
(async () => {
|
||||
await openBudget();
|
||||
|
||||
const payeeId = await ensurePayee(process.env.IMPORTER_INTEREST_PAYEE_NAME || 'Loan Interest');
|
||||
const payeeId = await ensurePayee(process.env.INTEREST_PAYEE_NAME || 'Loan Interest');
|
||||
|
||||
const accounts = await api.getAccounts();
|
||||
for (const account of accounts) {
|
||||
|
||||
Reference in New Issue
Block a user