mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed linter error
refs https://github.com/TryGhost/Team/issues/1258 - all uses of `labs` service in canary routes have been removed but the require had been left in place
This commit is contained in:
parent
fc6ed1a45e
commit
9b210f9add
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ const apiMw = require('../../middleware');
|
|||
const mw = require('./middleware');
|
||||
|
||||
const shared = require('../../../shared');
|
||||
const labs = require('../../../../../shared/labs');
|
||||
|
||||
module.exports = function apiRoutes() {
|
||||
const router = express.Router('canary admin');
|
||||
|
|
Loading…
Reference in a new issue