mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix minor issue in review management
This commit is contained in:
parent
937c0868c0
commit
ac817c61f7
@ -289,7 +289,6 @@ public class ReviewManagerImpl implements ReviewManager {
|
||||
log.error(msg);
|
||||
throw new ReviewManagementException(msg);
|
||||
}
|
||||
uuid = reviewDTO.getReleaseUuid();
|
||||
} else if (updatingReview.getRating() > 0 && updatingReview.getRating() != reviewDTO.getRating()) {
|
||||
Runnable task = () -> ReviewManagerImpl.this
|
||||
.calculateRating(updatingReview.getRating(), reviewDTO.getRating(), uuid, tenantId);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user