Skip to content

Commit

Permalink
fix: missing approver email
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Idil Haq Amir committed Jun 20, 2024
1 parent 608a91e commit 3dc6a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/report/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ func (s *Service) GetPendingApprovalsList(ctx context.Context, cfg *GetPendingAp
Message: domain.NotificationMessage{
Type: domain.NotificationTypePendingApprovalsReminder,
Variables: map[string]interface{}{
"pending_approvals_count": len(appeals),
"approver": approver,
"pending_approvals_count": count,
},
},
})
Expand Down
1 change: 0 additions & 1 deletion pkg/postgrestest/postgrestest.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ var (
Password: "test_pass",
Name: "test_db",
SslMode: "disable",
Port: "32787",
}
)

Expand Down

0 comments on commit 3dc6a2e

Please sign in to comment.