Skip to content

Commit

Permalink
chore: ignore TypeScript errors in Node.js v6
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Sep 7, 2019
1 parent 1baff47 commit 2b1b06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/redis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Object.assign(Redis.prototype, Commander.prototype);
*
* @deprecated
*/
// @ts-ignore
Redis.createClient = function(...args): Redis {
// @ts-ignore
return new Redis(...args);
Expand Down

0 comments on commit 2b1b06a

Please sign in to comment.