Skip to content

Commit 23f5bdf

Browse files
authored
Merge pull request #4167 from ptrln216/ptrln216-patch-1
2 parents c5de9d3 + df18e8a commit 23f5bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/essentials/part-6-performance-normalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export const fetchNotifications = createAsyncThunk(
169169
const response = await client.get(
170170
`/fakeApi/notifications?since=${latestTimestamp}`
171171
)
172-
return response.notifications
172+
return response.data
173173
}
174174
)
175175

0 commit comments

Comments
 (0)