diff --git a/services/api/src/resources/task/helpers.ts b/services/api/src/resources/task/helpers.ts index f77060309f..f379c874de 100644 --- a/services/api/src/resources/task/helpers.ts +++ b/services/api/src/resources/task/helpers.ts @@ -117,6 +117,8 @@ export const Helpers = (sqlClientPool: Pool) => ({ ); const projectData = R.prop(0, rows); + taskData.id = taskData.id.toString(); + try { await createTaskTask({ task: taskData,