Skip to content

Commit 654cc55

Browse files
committed
refactor: Remove @serializable from SensorEvent
1 parent d9203b4 commit 654cc55

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

data/src/main/java/com/github/umercodez/sensorspot/data/sensoreventprovider/SensorEventProvider.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
package com.github.umercodez.sensorspot.data.sensoreventprovider
2020

2121
import kotlinx.coroutines.flow.Flow
22-
import kotlinx.serialization.Serializable
2322
import org.json.JSONObject
2423

25-
@Serializable
24+
2625
data class SensorEvent(
2726
val type: String,
2827
val values: List<Float>,

0 commit comments

Comments
 (0)