chore: fix typo
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user