Moved sparebank1.ts to bank dir
Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
parent
966c5f50b3
commit
29b394baf4
@ -1,6 +1,10 @@
|
|||||||
import { type Actual, ActualImpl } from "@/actual.ts"
|
import { type Actual, ActualImpl } from "@/actual.ts"
|
||||||
import { cronJobDaily } from "@/cron.ts"
|
import { cronJobDaily } from "@/cron.ts"
|
||||||
import { type Bank, Sparebank1Impl, type Transaction } from "@/sparebank1.ts"
|
import {
|
||||||
|
type Bank,
|
||||||
|
Sparebank1Impl,
|
||||||
|
type Transaction,
|
||||||
|
} from "@/bank/sparebank1.ts"
|
||||||
import { bankTransactionIntoActualTransaction } from "@/mappings.ts"
|
import { bankTransactionIntoActualTransaction } from "@/mappings.ts"
|
||||||
import { ACTUAL_ACCOUNT_IDS, BANK_ACCOUNT_IDS } from "../config.ts"
|
import { ACTUAL_ACCOUNT_IDS, BANK_ACCOUNT_IDS } from "../config.ts"
|
||||||
import logger from "pino"
|
import logger from "pino"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user