diff --git a/core/frontend/services/routing/helpers/fetch-data.js b/core/frontend/services/routing/helpers/fetch-data.js index 273dbc64e5..df09c1f97c 100644 --- a/core/frontend/services/routing/helpers/fetch-data.js +++ b/core/frontend/services/routing/helpers/fetch-data.js @@ -19,9 +19,6 @@ const queryDefaults = { */ const defaultQueryOptions = { options: { - /** - * @deprecated: `author`, will be removed in Ghost 3.0 - */ include: 'authors,tags' } };