Skip to content

Commit

Permalink
Merge branch 'db-provider'
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 9, 2024
2 parents dadb7d3 + 97eafd0 commit c5e0158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bgent",
"version": "0.0.36",
"version": "0.0.37",
"private": false,
"description": "bgent. because agent was taken.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export class BgentRuntime {
return;
}

await action.handler(this, message);
return await action.handler(this, message);
}

/**
Expand Down

0 comments on commit c5e0158

Please sign in to comment.