mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fix tslint error
This commit is contained in:
parent
60d2cee996
commit
08cd4c587e
@ -15,7 +15,7 @@ const cfgInstance = nano(config);
|
||||
/*
|
||||
* Server Scope
|
||||
*/
|
||||
const instance: nano.ServerScope = <nano.ServerScope>nano(
|
||||
const instance: nano.ServerScope = <nano.ServerScope> nano(
|
||||
"http://localhost:5984/emails"
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user