Skip to content

Commit 430316a

Browse files
committed
Fix: id to ROWID in web
1 parent 034c579 commit 430316a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/types/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type PaperData = {
2-
id: number;
2+
ROWID: number;
33
paper_name: string;
44
author: string[];
55
/*

0 commit comments

Comments
 (0)