Skip to content

Commit

Permalink
feat: added duration params in approver notification (raystack#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
utsav14nov authored Mar 13, 2023
1 parent 975f5cb commit 931558d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/appeal/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,7 @@ func getApprovalNotifications(appeal *domain.Appeal) []domain.Notification {
"approval_step": approval.Name,
"actor": approver,
"details": appeal.Details,
"duration": appeal.Options.Duration,
},
},
})
Expand Down

0 comments on commit 931558d

Please sign in to comment.