Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjishiromajp committed Nov 3, 2023
1 parent 88e5547 commit 19d19e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/src/types/article.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export type Article = {
description?: string;
image: string | null;
name: string;
smallDescription?: string;
smallDescription: string | null;
thumbnail: string | null;
};

0 comments on commit 19d19e1

Please sign in to comment.