mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 21:48:45 -05:00
chore: improve error logging in pipeline
This commit is contained in:
@@ -282,6 +282,7 @@ const getValue = (colType: string, value: string | string[] | number | Record<st
|
||||
return typeof value === "string" ? value : (value as string[]).join(", ");
|
||||
}
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
throw new Error("Payload build failed!");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user