Fix footer links

This commit is contained in:
Matthew Kilgore
2025-04-19 13:35:19 -04:00
parent 177b7344f8
commit 912e5b231a
7 changed files with 3412 additions and 1851 deletions

View File

@@ -203,7 +203,7 @@ func run(cfg *config.Config) error {
currencies, err := currencies.CollectionCurrencies(collectFuncs...)
if err != nil {
log.Error().
go log.Error().
Err(err).
Msg("failed to collect currencies")
return err