Skip to content

Commit

Permalink
Prefix: Serialize missing prefixes for FYT Android Head Units forum
Browse files Browse the repository at this point in the history
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
  • Loading branch information
theimpulson committed Mar 26, 2024
1 parent 62d008f commit 61dc3c8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ enum class Prefix {
@Json(name = "[Closed]")
CLOSED,

@Json(name = "Software Development")
SOFTWARE_DEVELOPMENT,

@Json(name = "Hardware Development")
HARDWARE_DEVELOPMENT,

// Default
UNAVAILABLE
}

0 comments on commit 61dc3c8

Please sign in to comment.