Removed outdated todo referencing api versions

refs: https://github.com/TryGhost/Toolbox/issues/229

- We got rid of the configs, so this todo is no longer valid
This commit is contained in:
Hannah Wolfe 2022-09-09 13:58:27 +01:00
parent b0234dd58e
commit cbc56d953a
No known key found for this signature in database
GPG Key ID: AB586C3B5AE5C037

View File

@ -6,7 +6,6 @@ const _ = require('lodash');
const Promise = require('bluebird');
// The default settings for a default post query
// @TODO: get rid of this config and use v2, v3 config
const queryDefaults = {
type: 'browse',
resource: 'posts',