Skip to content

Commit 051267d

Browse files
committed
fix: fix type check
1 parent adf0efe commit 051267d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/feed/[id].tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default function Post() {
88
const local = useLocalSearchParams<{ id: string }>();
99

1010
const { data, isLoading, isError } = usePost({
11+
//@ts-ignore
1112
variables: { id: local.id },
1213
});
1314

0 commit comments

Comments
 (0)