Skip to content

Commit 89d058c

Browse files
authored
Update osa6d.md
fixed a bug in the example code
1 parent 9a3789e commit 89d058c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/fi/osa6d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const App = () => {
148148

149149
const result = useQuery({
150150
queryKey: ['notes'],
151-
queryFn: () => getNotes // highlight-line
151+
queryFn: getNotes // highlight-line
152152
})
153153

154154
// ...

0 commit comments

Comments
 (0)