Skip to content

Commit 33a419b

Browse files
committed
Revert "fix: Stop exposing includes in getEntries response"
This reverts commit d6bef03.
1 parent 1ac77ef commit 33a419b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/entities/entry.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export function wrapEntryCollection (data, resolveLinks) {
4646
if (resolveLinks) {
4747
const includes = prepareIncludes(wrappedData.includes, wrappedData.items)
4848
mixinLinkGetters(wrappedData.items, includes)
49-
delete wrappedData.includes
5049
}
5150
return Object.freeze(wrappedData)
5251
}

0 commit comments

Comments
 (0)