Skip to content

Commit

Permalink
Update src/store.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alex S <[email protected]>
  • Loading branch information
rmi22186 and alexs-mparticle authored Nov 7, 2023
1 parent d55fed5 commit 958f627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default function Store(
this.SDKConfig.isDevelopmentMode = false;
}

const endpoints: Dictionary = processEndpoints(
const endpoints: Dictionary<string> = processEndpoints(
config,
this.SDKConfig.flags,
apiKey
Expand Down

0 comments on commit 958f627

Please sign in to comment.