Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Jan 9, 2024
1 parent e3e9324 commit 8a4f62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/actions/workspaces/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ const action = (_props: Props, req: Request) => {
metadata: {}, // TODO: add metadata
ack,
});
} catch (error) {
console.log(error.name, error.index, error.operation);
} catch ({ name, operation }) {
console.error({ name, operation });
}
} else if (data.type === "fetch-state") {
send({
Expand Down

0 comments on commit 8a4f62b

Please sign in to comment.