Skip to content

Commit

Permalink
[TRELLO-2834] Do NOT send BauxPrecraire reports to pro (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescd authored Jan 7, 2025
1 parent b1b3055 commit d192978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/report/ReportTag.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object ReportTag extends PlayEnum[ReportTag] {
case _ => JsError("error.expected.enumstring")
}

val ReportTagHiddenToProfessionnel = Seq(Bloctel, ReponseConso)
val ReportTagHiddenToProfessionnel = Seq(Bloctel, ReponseConso, BauxPrecaire)

case object LitigeContractuel extends ReportTag
case object Hygiene extends ReportTag
Expand Down

0 comments on commit d192978

Please sign in to comment.