Skip to content

Commit

Permalink
fix: set robot_id after creation for node
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Nov 7, 2024
1 parent ec4e8f1 commit 234770a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/server-core/src/services/node-robot/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export class NodeRobotService {
name: entity.id,
realm_id: entity.realm_id,
});

entity.robot_id = robot.id;
}

return robot;
Expand Down

0 comments on commit 234770a

Please sign in to comment.