Skip to content

Commit

Permalink
fix typo in activity json response (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
realstraw authored Aug 17, 2023
1 parent 34c63e3 commit 43341ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orchard-ws/app/workflow/Controller.scala
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class Controller @Inject() (
"errorMessage" -> at.errorMessage,
"resourceId" -> at.resourceId,
"resourceInstanceAttempt" -> at.resourceInstanceAttempt,
"attmptSpec" -> at.attemptSpec,
"attemptSpec" -> at.attemptSpec,
"createdAt" -> at.createdAt,
"activatedAt" -> at.activatedAt,
"terminatedAt" -> at.terminatedAt
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.19.0"
ThisBuild / version := "0.19.1"

0 comments on commit 43341ae

Please sign in to comment.