Skip to content

Commit

Permalink
Refactor: Gist card: Fix description type since it can be not set (#3089
Browse files Browse the repository at this point in the history
)
  • Loading branch information
qwerty541 authored Aug 17, 2023
1 parent 5afd97a commit 24ac78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetchers/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export type GistData = {
name: string;
nameWithOwner: string;
description: string;
description: string | null;
language: string | null;
starsCount: number;
forksCount: number;
Expand Down

0 comments on commit 24ac78b

Please sign in to comment.