Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
update depency
Browse files Browse the repository at this point in the history
  • Loading branch information
rodriguestiago0 committed Jul 9, 2024
1 parent 6c81a40 commit 070d196
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const appConfig = getAppConfigFromEnv();
config = getConf("default")

async function importMyEdenredTransactions() {
const syncingData = config.get(`actualSync`) || {};
const actual = await initialize(config);
edenredMapping = appConfig.EDENRED_ACCOUNT_MAPPING
for (let [edenredAccountId, actualAccountID] of Object.entries(edenredMapping)) {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 070d196

Please sign in to comment.