Skip to content

Commit

Permalink
Fix misnamed dexcomBaseUrlOus property
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewchilds committed Nov 12, 2022
1 parent eed9007 commit b09d8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 98,7 @@ class Dexcom {
this.ous = ous;
this.sessionId = null;

this._baseUrl = ous ? vars.dexcomOusBaseUrl : vars.dexcomBaseUrl;
this._baseUrl = ous ? vars.dexcomBaseUrlOus : vars.dexcomBaseUrl;
this._baseHeaders = {
'Content-Type': 'application/json',
'Accept': 'application/json',
Expand Down

0 comments on commit b09d8af

Please sign in to comment.