Skip to content

Commit

Permalink
ねこ
Browse files Browse the repository at this point in the history
  • Loading branch information
smallkirby committed Oct 15, 2024
1 parent 9bf9aa0 commit 968cdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adventar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Mutex } from 'async-mutex';

interface AdventarArticle {
user: { uid: number; name: string; iconURI: string };
articleURI: string | null;
articleURI:
}

Check failure on line 16 in adventar/index.ts

View workflow job for this annotation

GitHub Actions / test-js

Type expected.

Check failure on line 16 in adventar/index.ts

View workflow job for this annotation

GitHub Actions / test-js

Type expected.

interface AdventarCalendarSnapshot {
Expand Down

0 comments on commit 968cdc5

Please sign in to comment.