Skip to content

Commit

Permalink
fix: add fetch import back to request (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhutchison authored Feb 1, 2021
1 parent 1c6f3f9 commit 83c67ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/request.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import fetch from 'node-fetch'

import { StravaError } from './errors'
import { RefreshTokenRequest, RefreshTokenResponse } from './types'

Expand Down

0 comments on commit 83c67ed

Please sign in to comment.