Skip to content

Commit

Permalink
Revert "fix: Stop exposing includes in getEntries response"
Browse files Browse the repository at this point in the history
This reverts commit d6bef03.
  • Loading branch information
trodrigues committed Apr 6, 2016
1 parent 1ac77ef commit 33a419b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/entities/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export function wrapEntryCollection (data, resolveLinks) {
if (resolveLinks) {
const includes = prepareIncludes(wrappedData.includes, wrappedData.items)
mixinLinkGetters(wrappedData.items, includes)
delete wrappedData.includes
}
return Object.freeze(wrappedData)
}
Expand Down

0 comments on commit 33a419b

Please sign in to comment.