Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Jul 30, 2024
1 parent 05eba71 commit 0772c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/drivers/i-sens/glucocardExpression.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ module.exports = (config) => {
});

if (cfg.deviceInfo.driverId === 'EmbraceTALK') {
cfg.deviceInfo.model = 'EmbraceTALK';
cfg.deviceInfo.manufacturers = ['Omnis Health'];
cfg.deviceInfo.model = 'EmbraceTALK';
cfg.deviceInfo.manufacturers = ['Omnis Health'];
}

const serialDevice = config.deviceComms;
Expand Down

0 comments on commit 0772c8b

Please sign in to comment.