Skip to content

Commit 24ac78b

Browse files
authored
Refactor: Gist card: Fix description type since it can be not set (anuraghazra#3089)
1 parent 5afd97a commit 24ac78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fetchers/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export type GistData = {
22
name: string;
33
nameWithOwner: string;
4-
description: string;
4+
description: string | null;
55
language: string | null;
66
starsCount: number;
77
forksCount: number;

0 commit comments

Comments
 (0)