From cda51960079c7c751259b0e6aafd6d142ffb1e0c Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Tue, 25 Mar 2025 18:22:51 -0300 Subject: [PATCH] fix: remove unused import --- packages/cashu/views.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cashu/views.test.ts b/packages/cashu/views.test.ts index 6cff62ee..4ea3b41c 100644 --- a/packages/cashu/views.test.ts +++ b/packages/cashu/views.test.ts @@ -7,7 +7,7 @@ import { assertEquals } from '@std/assert'; import { DittoPolyPg, TestDB } from '@ditto/db'; import { DittoConf } from '@ditto/conf'; -import { renderTransaction, type Transaction } from './views.ts'; +import { renderTransaction } from './views.ts'; Deno.test('renderTransaction function is working', async () => { const conf = new DittoConf(Deno.env);