mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08:00
remove commented line
This commit is contained in:
@@ -50,7 +50,6 @@ SwaggerNodeRunner.create(config, function(err, runner) {
|
||||
|
||||
let app = restify.createServer();
|
||||
SwaggerNodeRunner.create(config, function(err, runner) {
|
||||
// SwaggerRestify.create(config, function(err, swaggerRestify) {
|
||||
if (err) { throw err; }
|
||||
|
||||
let restifyMiddelware = runner.restifyMiddleware()
|
||||
|
||||
Reference in New Issue
Block a user