Skip to content

Commit

Permalink
Merge pull request #391 from d-rec/DR-860_sub
Browse files Browse the repository at this point in the history
remove wrong condition
  • Loading branch information
NamrataSweya authored Aug 27, 2024
2 parents 4654424 + c4f355b commit bdd9591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/drec-api/src/pods/issuer/issuer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ export class IssuerService {
);
}
}
if (devciereadvalue !== 0 && devciereadvalue < 1000) {
if (devciereadvalue !== 0) {
const lastread = await this.readservice.latestread(
device.externalId,
device.createdAt,
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.142
0.0.143

0 comments on commit bdd9591

Please sign in to comment.