Skip to content

Commit 620407a

Browse files
committed
fix: missing import of evmclientfactory in supabasedataservice
this was previously hidden due to the ts-expect-error comment, used because of the type mismatch
1 parent 128cda1 commit 620407a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/SupabaseDataService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import { applySorting } from "../graphql/schemas/utils/sorting.js";
2121
import type { DataDatabase as KyselyDataDatabase } from "../types/kyselySupabaseData.js";
2222
import type { Database as DataDatabase } from "../types/supabaseData.js";
2323
import { BaseSupabaseService } from "./BaseSupabaseService.js";
24+
import { EvmClientFactory } from "../client/evmClient.js";
2425

2526
@singleton()
2627
export class SupabaseDataService extends BaseSupabaseService<KyselyDataDatabase> {

0 commit comments

Comments
 (0)