Skip to content

Commit f0f2566

Browse files
committed
fix
1 parent f71c867 commit f0f2566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

promise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class Statement {
265265
*
266266
* @param bindParameters - The bind parameters for executing the statement.
267267
*/
268-
all(...bindParameters) {
268+
async all(...bindParameters) {
269269
try {
270270
const result = [];
271271
const iterator = this.iterate(...bindParameters);

0 commit comments

Comments
 (0)