Skip to content

Commit

Permalink
style: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Dec 27, 2023
1 parent 817299e commit 76a58fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/PrismaIOProvider.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore

Check failure on line 1 in src/providers/PrismaIOProvider.ts

View workflow job for this annotation

GitHub Actions / ESLint (20)

Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free

Check failure on line 1 in src/providers/PrismaIOProvider.ts

View workflow job for this annotation

GitHub Actions / ESLint (20)

Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
import { PrismaClient } from '@prisma/client';
import { Provider, ProviderTypes } from '../lib/structures/Provider';
import { Logger } from '../lib/util/logger/Logger';
Expand Down

0 comments on commit 76a58fc

Please sign in to comment.