chore: fix typo

This commit is contained in:
Rohit
2025-05-28 00:09:50 +05:30
parent 0aae146c6d
commit 7e412a03af

View File

@@ -215,7 +215,7 @@ async function processRunExecution(job: Job<ExecuteRunData>) {
finished_at: new Date().toLocaleString(), finished_at: new Date().toLocaleString(),
error: { error: {
message: "Failed: Recording not found", message: "Failed: Recording not found",
type: 'RecodingNotFoundError' type: 'RecordingNotFoundError'
}, },
metadata: { metadata: {
browser_id: plainRun.browserId, browser_id: plainRun.browserId,