Skip to content

Commit

Permalink
extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
jue-henry committed Dec 5, 2024
1 parent 39150d8 commit fa93885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/db/models/Task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class TaskModel {
projectId: input.projectId,
type: input.type,
});
console.log('TaskModel.create task:', task);
console.log('TaskModel.create task: ', task);
const sqs = new SQS.SQSClient({ region: process.env.AWS_DEFAULT_REGION });

await task.save();
Expand Down

0 comments on commit fa93885

Please # to comment.