Skip to content

Commit

Permalink
Fix productPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Apr 18, 2024
1 parent 287de42 commit 61a6525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ object WorkflowJob {
concurrency: Option[Concurrency],
timeoutMinutes: Option[Int])
extends WorkflowJob {
override def productPrefix = "Impl"
override def productPrefix = "WorkflowJob"
}
}

0 comments on commit 61a6525

Please sign in to comment.