diff --git a/server/src/routes/storage.ts b/server/src/routes/storage.ts index 01f1ca6b..e159d8cb 100644 --- a/server/src/routes/storage.ts +++ b/server/src/routes/storage.ts @@ -501,6 +501,7 @@ router.put('/runs/:id', requireSignIn, async (req: AuthenticatedRequest, res) => return res.send({ browserId: id, runId: plainRun.runId, + robotMetaId: recording.recording_meta.id, }); } catch (e) { const { message } = e as Error;