incyclist-services 1.3.9 → 1.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -210,7 +210,7 @@ let StravaUpload = (() => {
210
210
  }
211
211
  this.getUserSettings().set('user.auth.strava', {
212
212
  accesstoken: this.config.accessToken,
213
- refreshToken: this.config.refreshToken,
213
+ refreshtoken: this.config.refreshToken,
214
214
  expiration: this.config.expiration.toISOString()
215
215
  });
216
216
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "incyclist-services",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "peerDependencies": {
5
5
  "gd-eventlog": "^0.1.26"
6
6
  },