mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
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:
parent
b0234dd58e
commit
cbc56d953a
1 changed files with 0 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue