Skip to content

Commit

Permalink
Sends task id as string for lagoon-kbd
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Jun 29, 2021
1 parent e62adfb commit f083469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/api/src/resources/task/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f083469

Please sign in to comment.