Moved sparebank1.ts to bank dir

Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
Martin Berg Alstad 2024-12-22 16:06:20 +01:00 committed by Martin Berg Alstad
parent 966c5f50b3
commit 29b394baf4
Signed by: martials
GPG Key ID: C4EA170D0B21376A
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
import { type Actual, ActualImpl } from "@/actual.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 { ACTUAL_ACCOUNT_IDS, BANK_ACCOUNT_IDS } from "../config.ts"
import logger from "pino"