fix: format
This commit is contained in:
@@ -99,8 +99,8 @@ router.post("/sdk/robots", requireAPIKey, async (req: AuthenticatedRequest, res:
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const eventName = robotMeta.isLLM
|
const eventName = robotMeta.isLLM
|
||||||
? "maxun-oss-llm-robot-created"
|
? "maxun-oss-llm-robot-created"
|
||||||
: "maxun-oss-robot-created";
|
: "maxun-oss-robot-created";
|
||||||
capture(eventName, {
|
capture(eventName, {
|
||||||
robot_meta: robot.recording_meta,
|
robot_meta: robot.recording_meta,
|
||||||
|
|||||||
Reference in New Issue
Block a user