Skip to content

Commit 081d1cb

Browse files
authored
Enable cap exceeded validation in DI (#306)
1 parent 36273c7 commit 081d1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature-crowdloan-impl/src/main/java/jp/co/soramitsu/feature_crowdloan_impl/di/validations/ContributeValidationsModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ContributeValidationsModule {
4141
@Provides
4242
@IntoSet
4343
@FeatureScope
44-
fun provideCapExceededValidation() = CapExceededValidation()
44+
fun provideCapExceededValidation(): ContributeValidation = CapExceededValidation()
4545

4646
@Provides
4747
@IntoSet

0 commit comments

Comments
 (0)