Skip to content

Commit 2d0f4f3

Browse files
Replaced @ts-expect-error with @ts-ignore to suppress TypeScript errors
1 parent f3c4c94 commit 2d0f4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class Repository {
219219
return "";
220220
}
221221

222-
// @ts-expect-error
222+
// @ts-ignore
223223
return response.data;
224224
} catch (error) {
225225
// @ts-expect-error

0 commit comments

Comments
 (0)