Skip to content

Commit

Permalink
Fix action assigned to and created by mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Christdej committed Feb 8, 2021
1 parent 9d0cc12 commit 96d42ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/Services/ActionService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public ActionService(BmtDbContext context)
}

public Action Create(
Participant assignedTo,
Participant createdBy,
Participant assignedTo,
string description,
DateTimeOffset dueDate,
string title,
Expand Down

0 comments on commit 96d42ce

Please sign in to comment.