Skip to content

Commit

Permalink
fix import type
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek committed Mar 19, 2024
1 parent a934b5e commit e8eb31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/scrape-txs/src/lib/db/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Kysely, PostgresDialect, type InsertObject } from 'kysely';
import { Pool } from 'pg';
import { type DB } from './codegen';
import type { DB } from './codegen';

export type { DB, InsertObject };

Expand Down

0 comments on commit e8eb31f

Please sign in to comment.