fix gog and epic scraper

This commit is contained in:
Seraphim Strub 2024-06-21 15:15:03 +00:00
parent 168d67fd0c
commit 29e06127ee
3 changed files with 5 additions and 4 deletions

View file

@ -64,7 +64,8 @@ func main() {
api.NewSteamApi(logger),
api.NewGogFrontApi(logger),
api.NewGogApi(logger),
api.NewHumbleBundleApi(logger))
api.NewHumbleBundleApi(logger),
)
for _, a := range apis {
err := a.Load()
if err != nil {