Skip to content

Commit

Permalink
add async
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Aug 17, 2020
1 parent c4992ff commit e6e6487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blockchain/src/dbManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class DBManager {
/**
* Performs a batch operation on db.
*/
batch(ops: DBOp[]) {
async batch(ops: DBOp[]) {
return this._db.batch(ops as any)
}
}

0 comments on commit e6e6487

Please sign in to comment.