fix node_redis syntax error

This commit is contained in:
jraymakers
2013-07-27 21:31:33 -07:00
parent 401707e3b7
commit 9a1337949e
+1 -1
View File
@@ -20,7 +20,7 @@ declare module 'redis' {
}
interface Command {
(...args: any[]): Commands;
(...args: any[]): any;
}
interface Commands {