@@ -112,6 +112,7 @@ export class CloudQuery {
}
equalTo(key: string, value: any) {
+ if (!this.queryParams["where"]) this.queryParams["where"] = {};
this.queryParams["where"][key] = value;