Skip to content

Commit

Permalink
lul
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo03v committed Oct 23, 2023
1 parent f3a1d61 commit 60194a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/cloud/pablos/overload/data/item/Item.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import androidx.room.PrimaryKey
data class Item(
@PrimaryKey(autoGenerate = true) val id: Int = 0,
val startTime: String,
var endTime: String,
val endTime: String,
val ongoing: Boolean,
val pause: Boolean,
)

0 comments on commit 60194a8

Please sign in to comment.