Skip to content

Commit 29bd558

Browse files
committed
prettier
1 parent 6867beb commit 29bd558

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/backend/src/services/finance.services.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,16 @@ export default class FinanceServices {
12261226
// Create new tasks
12271227
await Promise.all(
12281228
tasksToCreate.map((t) =>
1229-
this.createSponsorTask(submitter, organization, t.dueDate, t.notes, sponsorId, t.notifyDate, t.assigneeUserId, t.done)
1229+
this.createSponsorTask(
1230+
submitter,
1231+
organization,
1232+
t.dueDate,
1233+
t.notes,
1234+
sponsorId,
1235+
t.notifyDate,
1236+
t.assigneeUserId,
1237+
t.done
1238+
)
12301239
)
12311240
);
12321241

0 commit comments

Comments
 (0)