diff --git a/js/server/modules/@arangodb/foxx/router/swagger-context.js b/js/server/modules/@arangodb/foxx/router/swagger-context.js index 62669fcb52..e58c633509 100644 --- a/js/server/modules/@arangodb/foxx/router/swagger-context.js +++ b/js/server/modules/@arangodb/foxx/router/swagger-context.js @@ -110,7 +110,6 @@ module.exports = exports = class SwaggerContext { } return this; } - // TODO response headers maybe? response(status, type, description) { let statusCode = Number(status);