Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jun 3, 2024
1 parent a4b3970 commit 2783bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/queue-processor/src/main/scala/WorkerRoutes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object app extends snunit.Http4sApp:
.routes(JobServiceImpl(queue, issuer, store))
.resource
.map(handleErrors)
}
}.onError(err => Log.error("Failed to startup", err).toResource)
end routes

def submitter(
Expand Down

0 comments on commit 2783bcf

Please sign in to comment.