From 707c5ecfd7de055ab17d814ec135f7c9e90276c6 Mon Sep 17 00:00:00 2001 From: Claus-Peter Huebner Date: Wed, 23 Aug 2023 01:00:00 +0200 Subject: [PATCH] correct backend test --- database/entity/PendingTransaction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/entity/PendingTransaction.ts b/database/entity/PendingTransaction.ts index 5ae28c2cd..dbd6f0c74 100644 --- a/database/entity/PendingTransaction.ts +++ b/database/entity/PendingTransaction.ts @@ -1 +1 @@ -export { Transaction } from './0071-add-pending_transactions-table/PendingTransaction' +export { PendingTransaction } from './0071-add-pending_transactions-table/PendingTransaction'