Merge pull request #679 from PlasmaPower/remove-unused-http
Remove unused http variable (v2.x)
This commit is contained in:
commit
2df468b524
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