Skip to content

Commit

Permalink
refactor(action-yaml): 🎉 update on handler at actions yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Dec 27, 2023
1 parent c523d0d commit b76f7f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/functions/getRosTopicListFromCloud.function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default async function GetRosTopicListFromCloud() {

return response.data;
} catch (error) {
console.log("error", error);
console.log(
`[GetRosTopicListFromCloud] Error while getting ROS topic list (${env.application.host}:${env.application.port}).`
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "physical-robot-services",
"version": "0.1.4",
"version": "0.1.5",
"description": "Physical Robot Services",
"main": "app/app.ts",
"scripts": {
Expand Down

0 comments on commit b76f7f4

Please sign in to comment.