Skip to content

Commit

Permalink
fix(background-geolocation): change syncThreshold type to number (#3299)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswatt committed Feb 7, 2020
1 parent c8d3afc commit 817f0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/background-geolocation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export interface BackgroundGeolocationConfig {
*
* @default 100
*/
syncThreshold?: string;
syncThreshold?: number;

/**
* Optional HTTP headers sent along in HTTP request.
Expand Down

0 comments on commit 817f0d1

Please sign in to comment.