From 08cd4c587e608baa73ae54b3dc39d21d15e14d8a Mon Sep 17 00:00:00 2001 From: Tim Jacobi Date: Fri, 14 Jul 2017 22:35:43 +0100 Subject: [PATCH] fix tslint error --- types/nano/nano-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/nano/nano-tests.ts b/types/nano/nano-tests.ts index c65f2407ec..33cfe4534d 100644 --- a/types/nano/nano-tests.ts +++ b/types/nano/nano-tests.ts @@ -15,7 +15,7 @@ const cfgInstance = nano(config); /* * Server Scope */ -const instance: nano.ServerScope = nano( +const instance: nano.ServerScope = nano( "http://localhost:5984/emails" );