Skip to content

Commit 24a2f3e

Browse files
committed
styled:
1 parent b11be0a commit 24a2f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/tools/paper-graph/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export async function fetchFromNotionDatabase(db: 'papers' | 'authors', filter?:
9797
return res.json();
9898
}
9999

100-
export async function fetchPapers(): Promise<Paper[]> {
100+
export async function fetchPapers(): Promise<GraphNode[]> {
101101
let papers = await fetchFromNotionDatabase('papers');
102102

103103
// papers = await Promise.all(papers.map(async (paper: any) => {

0 commit comments

Comments
 (0)