Skip to content

Commit d637180

Browse files
committed
fix for failing tests
1 parent 957be9e commit d637180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ class DatastoreRequest {
580580
* const entities = data[0];
581581
* });
582582
*/
583-
runQuery(query, options?, callback?) {
583+
runQuery(query, options?, callback?): void|Promise<any> {
584584
if (is.fn(options)) {
585585
callback = options;
586586
options = {};

0 commit comments

Comments
 (0)