Skip to content

Commit

Permalink
refactor: Remove unnecessary ts-expect-error comment from seed file
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Sep 15, 2024
1 parent f0a5648 commit 55725c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/db/seeds/01_seeds.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import dotenv from 'dotenv';
import { Knex } from 'knex';
// @ts-expect-error - it's ok
import { faker } from '@faker-js/faker';
import path from 'node:path';

Expand Down

0 comments on commit 55725c5

Please sign in to comment.