Skip to content

Commit 7eebdc3

Browse files
Merge pull request #116 from TheDragonCode/code-style-dnqri07
The code style has been fixed
2 parents 9ab3701 + 4d3d2a7 commit 7eebdc3

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-ignore
222+
// @ts-expect-error
223223
return response.data;
224224
} catch (error) {
225225
// @ts-expect-error

0 commit comments

Comments
 (0)