Skip to content

Commit 4308753

Browse files
Merge pull request #118 from TheDragonCode/2.x
Replaced `@ts-expect-error` with `@ts-ignore` to suppress TypeScript errors
2 parents f3c4c94 + 2d0f4f3 commit 4308753

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)