mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +00:00
Remove useless dependencies into the constructor
This commit is contained in:
parent
5fa5945b11
commit
fafea06ab0
@ -8,10 +8,8 @@
|
||||
const path = require('path');
|
||||
const http = require('http');
|
||||
const EventEmitter = require('events').EventEmitter;
|
||||
const util = require('util');
|
||||
|
||||
// Local dependencies.
|
||||
const loadStrapi = require('./load');
|
||||
const mixinAfter = require('./private/after');
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user