Skip to content

Commit a822761

Browse files
committed
modified example json
1 parent b12c708 commit a822761

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package-react/example/server/models/technology.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"text": "Agree on the dev experience. Also, for those looking to optimize their app's performance, React Query's automatic data fetching on window refocus or network reconnect is a neat feature. Reduces the need for manual refetching and ensures data is always fresh.",
4-
"liked": true,
4+
"liked": false,
55
"createComment": false,
66
"timestamp": "Mar 4, 2024",
77
"username": "Marcus Holloway",
@@ -18,6 +18,12 @@
1818
"timestamp": "Mar 20, 2024",
1919
"username": "Guest",
2020
"picture": "guest"
21+
},
22+
{
23+
"text": "test",
24+
"timestamp": "May 22, 2024",
25+
"username": "Guest",
26+
"picture": "guest"
2127
}
2228
]
2329
},

0 commit comments

Comments
 (0)