File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
runners/lambda/src/main/kotlin/by/jprof/telegram/bot/runners/lambda/config Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import by.jprof.telegram.bot.currencies.parser.MonetaryAmountParser
88import by.jprof.telegram.bot.currencies.parser.MonetaryAmountParsingPipeline
99import by.jprof.telegram.bot.currencies.parser.PLN
1010import by.jprof.telegram.bot.currencies.parser.UZS
11+ import by.jprof.telegram.bot.currencies.parser.BYN
1112import by.jprof.telegram.bot.currencies.rates.ExchangeRateClient
1213import org.koin.core.qualifier.named
1314import org.koin.dsl.module
@@ -19,6 +20,7 @@ val currenciesModule = module {
1920 single<MonetaryAmountParser >(named(" GEL" )) { GEL () }
2021 single<MonetaryAmountParser >(named(" UZS" )) { UZS () }
2122 single<MonetaryAmountParser >(named(" GBP" )) { GBP () }
23+ single<MonetaryAmountParser >(named(" BYN" )) { BYN () }
2224
2325 single {
2426 MonetaryAmountParsingPipeline (
You can’t perform that action at this time.
0 commit comments