From ecfc00098ef212261bf0dcf7efe6b3ba74b40072 Mon Sep 17 00:00:00 2001 From: Alan Plum Date: Tue, 8 Dec 2015 14:12:37 +0100 Subject: [PATCH] Lint --- js/server/modules/@arangodb/foxx/controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/server/modules/@arangodb/foxx/controller.js b/js/server/modules/@arangodb/foxx/controller.js index 58777bc1d7..4032ca3d87 100644 --- a/js/server/modules/@arangodb/foxx/controller.js +++ b/js/server/modules/@arangodb/foxx/controller.js @@ -27,7 +27,6 @@ /// @author Copyright 2013, triAGENS GmbH, Cologne, Germany //////////////////////////////////////////////////////////////////////////////// -const deprecated = require('@arangodb/deprecated'); const RequestContext = require('@arangodb/foxx/request_context'); const BaseMiddleware = require('@arangodb/foxx/base_middleware').BaseMiddleware; const _ = require('underscore');