diff --git a/packages/core/src/providers/strava.ts b/packages/core/src/providers/strava.ts index 99443f1797..898ba20b14 100644 --- a/packages/core/src/providers/strava.ts +++ b/packages/core/src/providers/strava.ts @@ -11,7 +11,7 @@ import type { OAuthConfig, OAuthUserConfig } from "./index.js" export interface StravaProfile extends Record { - id: string // this is really a number + id: number firstname: string lastname: string profile: string