Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit d39958b

Browse files
dasfmibahlo
authored andcommitted
keep aplQuery, point it to query()
1 parent d0266dd commit d39958b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/datasets.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,5 +355,7 @@ export namespace datasets {
355355
return response.data;
356356
});
357357
};
358+
359+
aplQuery = (apl: string, options?: QueryOptions): Promise<QueryResult> => this.query(apl, options);
358360
}
359361
}

0 commit comments

Comments
 (0)