0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Removed meaningless code comment

no issue

- comment was about a deprecated property that has already been removed in 3.0
This commit is contained in:
Kevin Ansfield 2019-11-19 16:24:04 +00:00
parent 8fd1e816ae
commit 6eb992ce1f

View file

@ -19,9 +19,6 @@ const queryDefaults = {
*/
const defaultQueryOptions = {
options: {
/**
* @deprecated: `author`, will be removed in Ghost 3.0
*/
include: 'authors,tags'
}
};