Skip to content

Commit eee46cb

Browse files
authored
Merge pull request #60 from joshsoftware/fix/show_sender_name
-Update the gradewise logic
2 parents 8f91260 + 35baec5 commit eee46cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/appreciation/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func mapRepoGetAppreciationInfoToDTOGetAppreciationInfo(info repository.Apprecia
5151
UpdatedAt: info.UpdatedAt,
5252
}
5353

54-
if info.SenderGradeID != 0 && info.SenderGradeID <= 6 {
54+
if info.SenderGradeID != 0 && info.SenderGradeID <= 4 {
5555
dtoApprResp.ByManagement = true
5656
}
5757

0 commit comments

Comments
 (0)