fix(background-geolocation): change syncThreshold type to number (#3299)

https://github.com/mauron85/cordova-plugin-background-geolocation#API

The syncThreshold parameter type is Number
This commit is contained in:
chriswatt
2020-02-07 16:54:22 +00:00
committed by GitHub
parent c8d3afc91d
commit 817f0d11b9
@@ -404,7 +404,7 @@ export interface BackgroundGeolocationConfig {
*
* @default 100
*/
syncThreshold?: string;
syncThreshold?: number;
/**
* Optional HTTP headers sent along in HTTP request.