Skip to content

Commit

Permalink
try NOT_BBQ as an enum
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis committed Nov 3, 2023
1 parent 73fa196 commit 4edb487
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sealed interface BbqFuelAnswer
enum class BbqFuel(val osmValue: String) : BbqFuelAnswer {
WOOD("wood"),
ELECTRIC("electric"),
CHARCOAL("charcoal")
CHARCOAL("charcoal"),
NOT_BBQ
}

object NOT_BBQ : BbqFuelAnswer

0 comments on commit 4edb487

Please sign in to comment.