Skip to content

Commit

Permalink
Merge pull request #1603 from tidepool-org/fora-fix
Browse files Browse the repository at this point in the history
Fora TN'G Voice uploads not working after time update (UPLOAD-1177)
  • Loading branch information
krystophv authored Jan 23, 2024
2 parents 7412409 + a587876 commit 67eb927
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tidepool-uploader",
"productName": "tidepool-uploader",
"version": "2.55.1-mrn-validation.2",
"version": "2.55.1-fora-fix.2",
"description": "Tidepool Project Universal Uploader",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions lib/drivers/bluetoothLE/bluetoothLEDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ module.exports = (config) => {
return cb(error, null);
});

} else {
return cb(null, data);
}


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tidepool-uploader",
"version": "2.55.1-mrn-validation.2",
"version": "2.55.1-fora-fix.2",
"description": "Tidepool Project Universal Uploader",
"private": true,
"main": "main.prod.js",
Expand Down

0 comments on commit 67eb927

Please sign in to comment.