From 33a419b490daf9d603f27ef5835c9847eaacfe95 Mon Sep 17 00:00:00 2001 From: Tiago Rodrigues Date: Wed, 6 Apr 2016 11:00:54 +0200 Subject: [PATCH] Revert "fix: Stop exposing includes in getEntries response" This reverts commit d6bef036129c6b9b62d8e6cadd109cad8da7df7d. --- lib/entities/entry.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/entities/entry.js b/lib/entities/entry.js index 37e33b3e8..9650d4643 100644 --- a/lib/entities/entry.js +++ b/lib/entities/entry.js @@ -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) }