Skip to content

Commit

Permalink
draft of inserting run results in db from action server
Browse files Browse the repository at this point in the history
  • Loading branch information
dandelany committed Mar 5, 2025
1 parent 22b9e19 commit 103d06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-server/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async function handleActionDefinition(payload: ActionDefinitionInsertedPayload)
]);
console.log("Updated action_definition:", res.rows[0]);
} catch (err) {
console.error("Error updating action_definition:", err);
console.error("Error updating row:", err);
}
}

Expand Down

0 comments on commit 103d06b

Please sign in to comment.