From f25d2046ad8dc76edd1f3a8486319f22765145cb Mon Sep 17 00:00:00 2001 From: Flarna Date: Tue, 2 Jan 2018 20:45:59 +0100 Subject: [PATCH] [easy-xapi-utils] Fix build by removing unneed references (#22623) --- types/easy-xapi-utils/easy-xapi-utils-tests.ts | 3 --- types/easy-xapi-utils/index.d.ts | 4 ---- 2 files changed, 7 deletions(-) diff --git a/types/easy-xapi-utils/easy-xapi-utils-tests.ts b/types/easy-xapi-utils/easy-xapi-utils-tests.ts index 2ad20c915a..d04d6e982a 100644 --- a/types/easy-xapi-utils/easy-xapi-utils-tests.ts +++ b/types/easy-xapi-utils/easy-xapi-utils-tests.ts @@ -2,9 +2,6 @@ * Created by karl on 14/07/15. */ - -/// - import express = require('express'); import eXapi = require('easy-xapi'); import eUtils = require('easy-xapi-utils'); diff --git a/types/easy-xapi-utils/index.d.ts b/types/easy-xapi-utils/index.d.ts index c845b17a58..83f5615e61 100644 --- a/types/easy-xapi-utils/index.d.ts +++ b/types/easy-xapi-utils/index.d.ts @@ -4,10 +4,6 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2 -/// -/// - - import express = require('express'); export declare function isLoggedIn(role?: string): express.RequestHandler;