Skip to content

Commit 8ee08e8

Browse files
wesdewitteDanielMSchmidt
authored andcommitted
fix(linter): Fix last linter error
1 parent f65e01b commit 8ee08e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sensors.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function createSensorObservable(sensorType) {
1616

1717
this.unsubscribeCallback = () => {
1818
if (!this.isSensorAvailable) return;
19-
2019
// stop the sensor
2120
RNSensors.stop(sensorType);
2221
};

0 commit comments

Comments
 (0)