diff --git a/server/src/routes/storage.ts b/server/src/routes/storage.ts index 9015915b..9b1cc059 100644 --- a/server/src/routes/storage.ts +++ b/server/src/routes/storage.ts @@ -184,7 +184,6 @@ router.post('/runs/run/:fileName/:runId', requireSignIn, async (req, res) => { ...parsedRun, status: 'success', finishedAt: new Date().toLocaleString(), - duration: durString, browserId: parsedRun.browserId, log: interpretationInfo.log.join('\n'), serializableOutput: interpretationInfo.serializableOutput,