diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be57fb..9000eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -325,5 +325,3 @@ Added: - Updated the Roam SDK to the latest version. - Integrated GCP support. - - diff --git a/js/index.js b/js/index.js index 76a34bf..2932e6b 100755 --- a/js/index.js +++ b/js/index.js @@ -408,16 +408,16 @@ const publishAndSave = (jsonMetadata) => { } const batchProcess = (enable, syncHour) => { - NativeModules.RNRoam.batchProcess(enable, syncHour); -}; + NativeModules.RNRoam.batchProcess(enable, syncHour) +} const stopPublishing = () => { NativeModules.RNRoam.stopPublishing() } const createGeofence = (geofence) => { - NativeModules.RNRoam.createGeofence(geofence); -}; + NativeModules.RNRoam.createGeofence(geofence) +} const startTracking = (trackingMode) => { NativeModules.RNRoam.startTracking(trackingMode)