remove deprecated Monetary Authority of Singapore exchange rates api

This commit is contained in:
MaysWind
2024-08-18 00:43:02 +08:00
parent 560edf9fbf
commit 6fcb0a2b3c
5 changed files with 5 additions and 397 deletions
@@ -32,9 +32,6 @@ func InitializeExchangeRatesDataSource(config *settings.Config) error {
} else if config.ExchangeRatesDataSource == settings.NationalBankOfPolandDataSource {
Container.Current = &NationalBankOfPolandDataSource{}
return nil
} else if config.ExchangeRatesDataSource == settings.MonetaryAuthorityOfSingaporeDataSource {
Container.Current = &MonetaryAuthorityOfSingaporeDataSource{}
return nil
}
return errs.ErrInvalidExchangeRatesDataSource