Skip to content

Commit

Permalink
feat(client-sdk): make kwil executions awaitable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ditoglez committed Nov 28, 2024
1 parent d6d6852 commit d889eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/idos-sdk-js/src/lib/kwil-wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class KwilWrapper {
actionName: string,
actionInputs: Record<string, unknown>[],
description?: string,
synchronous?: boolean,
synchronous = true,
) {
if (!this.signer) throw new Error("No signer set");

Expand Down

0 comments on commit d889eb1

Please sign in to comment.