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

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rodriguestiago0 committed Jul 15, 2024
1 parent a97c858 commit 582cbdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions actual.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
const { getAppConfigFromEnv } = require("./config");
const actual = require("@actual-app/api");
const fs = require("fs");
let { q, runQuery } = require('@actual-app/api');


const appConfig = getAppConfigFromEnv();

/**
Expand Down
3 changes: 1 addition & 2 deletions cli.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
const { getAppConfigFromEnv, getConf } = require("./config.js");
const { getConf } = require("./config.js");
const { importMyEdenredTransactions, init } = require("./engine.js");

let config;
const appConfig = getAppConfigFromEnv()

const printSyncedAccounts = () => {
const actualData = config.get("actualSync");
Expand Down

0 comments on commit 582cbdc

Please sign in to comment.