Skip to content

Commit b7b0997

Browse files
Merge pull request #119 from TheDragonCode/code-style-rb0gjgf
The code style has been fixed
2 parents 4308753 + 2b52db6 commit b7b0997

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)