Remove unused http variable
ESLint now runs fine
This commit is contained in:
parent
3d15c2409d
commit
597638ded6
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const http = require('http');
|
|
||||||
const Koa = require('..');
|
const Koa = require('..');
|
||||||
const app = new Koa();
|
const app = new Koa();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue