Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Apr 13, 2023
1 parent bb7d737 commit aa2b047
Show file tree
Hide file tree
Showing 4 changed files with 391 additions and 352 deletions.
8 changes: 4 additions & 4 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ export interface Article {
title: string;
siteName: string;
originalArticleUrl: string;
author: string;
description: string;
author?: string;
description?: string;
slug: string;
labels?: Label[];
highlights?: Highlight[];
updatedAt: string;
savedAt: string;
pageType: PageType;
content?: string;
publishedAt: string;
content: string;
publishedAt?: string;
url: string;
readAt?: string;
}
Expand Down
Loading

0 comments on commit aa2b047

Please sign in to comment.