Skip to content

Commit

Permalink
Merge pull request #408 from d-rec/DR-862_sub
Browse files Browse the repository at this point in the history
dev test fixed issue
  • Loading branch information
NamrataSweya authored Sep 24, 2024
2 parents 841e952 + eff73f4 commit 2c66fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ export class DeviceGroupService {
lastCertifiableDate.setDate(
lastCertifiableDate.getDate() + configurationseting[0].no_of_days,
);
if (group.reservationExpiryDate === null) {
if (group.reservationExpiryDate != null) {
deviceGroup['reservationExpiryDate'] = group.reservationExpiryDate;
} else {
deviceGroup['reservationExpiryDate'] = lastCertifiableDate;
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.146
0.0.147

0 comments on commit 2c66fe9

Please sign in to comment.