Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
BeeMargarida committed Jun 13, 2023
1 parent d416032 commit b1add93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libs/actions/Task.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ function reopenTask(taskReportID, taskTitle) {
* @param {string} ownerEmail
* @param {Number} ownerAccountID
* @param {Object} editedTask
* @param {String} editedTask.title
* @param {String} editedTask.description
* @param {String} editedTask.assignee
* @param {String} editedTask.title
* @param {String} editedTask.description
* @param {String} editedTask.assignee
* @param {Number} editedTask.assigneeAccountID
*/
function editTaskAndNavigate(report, ownerEmail, ownerAccountID, {title, description, assignee, assigneeAccountID = 0}) {
Expand Down

0 comments on commit b1add93

Please sign in to comment.