Skip to content

Commit

Permalink
Type input in constructor, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pm0u committed Jan 26, 2024
1 parent c456914 commit 62a12f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class Token {
expires_in: number,
refresh_token: string,
access_token: string,
athlete: object
athlete: SummaryAthlete
) {
this.token_type = token_type;
this.expires_at = expires_at;
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": "@pmou/strava-api",
"version": "0.1.5",
"version": "0.1.6",
"description": "A simple Node.JS OAuth2 client for connecting your app to the Strava API",
"main": "./dist/index.js",
"engines": {
Expand Down

0 comments on commit 62a12f9

Please sign in to comment.