We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f91260 + 35baec5 commit eee46cbCopy full SHA for eee46cb
internal/app/appreciation/helper.go
@@ -51,7 +51,7 @@ func mapRepoGetAppreciationInfoToDTOGetAppreciationInfo(info repository.Apprecia
51
UpdatedAt: info.UpdatedAt,
52
}
53
54
- if info.SenderGradeID != 0 && info.SenderGradeID <= 6 {
+ if info.SenderGradeID != 0 && info.SenderGradeID <= 4 {
55
dtoApprResp.ByManagement = true
56
57
0 commit comments