Skip to content

Commit

Permalink
Fix unrelated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyford committed Jul 23, 2024
1 parent e72f19e commit b4d7fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rule-manager/app/db/DbRuleDraft.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ case class DbRuleDraft(
id match {
case None =>
throw new Exception(
s"Attempted to make live rule for rule with externalId $externalId, but the rule did not have an id"
s"Attempted to make live rule for rule with externalId ${externalId}, but the rule did not have an id"
)
case Some(_) =>
DbRuleLive(
Expand Down

0 comments on commit b4d7fd0

Please sign in to comment.