Skip to content

Commit

Permalink
Fix scala3 compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj committed Mar 8, 2023
1 parent 3514656 commit fd62629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ package object magnolia {

implicit class ConfigProviderOps[A](configProvider: ConfigProvider) {
def autoLoad[A: DeriveConfig]: IO[Config.Error, A] =
configProvider.load(DeriveConfig[A])
configProvider.load(DeriveConfig[A].desc)
}
}

0 comments on commit fd62629

Please sign in to comment.