Skip to content

Commit

Permalink
chore(functions): remove postfinance balance import (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue authored Mar 16, 2024
1 parent 3ce9205 commit 2c73f0a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 240 deletions.
2 changes: 0 additions & 2 deletions functions/src/cron/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import importExchangeRatesFunction from './exchange-rate-import';
import importBalanceMailFunction from './postfinance-balance-import';
import importPostfinancePaymentsFilesFunction from './postfinance-payments-files-import';

export const importBalanceMail = importBalanceMailFunction;
export const importPostfinancePaymentsFiles = importPostfinancePaymentsFilesFunction;
export const importExchangeRates = importExchangeRatesFunction;

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions functions/src/cron/postfinance-balance-import/index.ts

This file was deleted.

12 changes: 0 additions & 12 deletions shared/src/types/bank-balance.ts

This file was deleted.

0 comments on commit 2c73f0a

Please sign in to comment.