mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
model: remove unused field
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
bfa4cd58a7
commit
c22ede7aa1
1 changed files with 0 additions and 2 deletions
|
@ -23,6 +23,4 @@ class LobstersPost(
|
|||
@Json(name = "submitter_user")
|
||||
val submitterUser: Submitter,
|
||||
val tags: List<String>,
|
||||
@Deprecated("Retained for database compatibility as I am too lazy to write migrations")
|
||||
val isLiked: Boolean = false,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue