0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed lint

no issue

- 😃 ✌🏻
This commit is contained in:
kirrg001 2019-01-04 21:04:29 +01:00
parent ec29cfa1da
commit 62a669ac01

View file

@ -1,5 +1,4 @@
const debug = require('ghost-ignition').debug('services:routing:taxonomy-router');
const _ = require('lodash');
const common = require('../../lib/common');
const ParentRouter = require('./ParentRouter');
const RSSRouter = require('./RSSRouter');