diff --git a/core/appeal/service.go b/core/appeal/service.go index ca0e2ebb5..9349d2cad 100644 --- a/core/appeal/service.go +++ b/core/appeal/service.go @@ -804,6 +804,7 @@ func getApprovalNotifications(appeal *domain.Appeal) []domain.Notification { "approval_step": approval.Name, "actor": approver, "details": appeal.Details, + "duration": appeal.Options.Duration, }, }, })