From 5b54f66f30b403b089acc20582de219cbb5ba382 Mon Sep 17 00:00:00 2001 From: CaselIT Date: Mon, 11 Jan 2016 15:12:48 +0100 Subject: [PATCH] Changed reference to old mongodb version. This avoids Promise conflicts --- acl/acl.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl/acl.d.ts b/acl/acl.d.ts index 57e85d9d5..66fee09d1 100644 --- a/acl/acl.d.ts +++ b/acl/acl.d.ts @@ -7,7 +7,7 @@ /// /// -/// +/// declare module "acl" { import http = require('http');