fix: add missing try

This commit is contained in:
karishmas6
2024-10-13 04:55:51 +05:30
parent 9be2201b2c
commit 5390931019

View File

@@ -10,7 +10,7 @@ import Run from "../../models/Run";
import { getDecryptedProxyConfig } from "../../routes/proxy";
async function createWorkflowAndStoreMetadata(id: string, userId: string) {
try {
const recording = await Robot.findOne({
where: {
'recording_meta.id': id