feat: return robot meta id

This commit is contained in:
Rohit
2025-01-29 23:52:39 +05:30
parent 737e0cb8fc
commit 4f909a5fc3

View File

@@ -161,7 +161,7 @@ export const createRunForStoredRecording = async (id: string, settings: RunSetti
}
} catch (error: any) {
console.log(error);
return { browserId: '', runId: '' };
return { browserId: '', runId: '', robotMetaId: '' };
}
}