Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
irinaschubert committed Sep 9, 2022
1 parent dff087f commit 0e8cd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapi/src/main/scala/org/knora/webapi/Main.scala
Expand Up @@ -27,7 +27,7 @@ object Main extends ZIOApp {
Environment
] = ZLayer.empty ++ Runtime.removeDefaultLoggers ++ SLF4J.slf4j ++ core.LayersLive.dspLayersLive

// no idea why we need that, but we do
/* Needed for ZIO type magic */
override val environmentTag: EnvironmentTag[Environment] = EnvironmentTag[Environment]

/* Here we start our Application */
Expand Down

0 comments on commit 0e8cd7e

Please sign in to comment.