Request.query is any

This commit is contained in:
Václav Oborník
2014-03-07 22:43:01 +01:00
parent 05bf443865
commit 1f92231282
+1 -1
View File
@@ -27,7 +27,7 @@ declare module "restify" {
log: Object;
id: string;
path: () => string;
query: string;
query: any;
secure: boolean;
time: number;
params: any;