Skip to content

Commit

Permalink
Enable Nexo parser from the docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
VibeNL committed Aug 28, 2023
1 parent efdde2f commit b895f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GhostfolioSidekick/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using GhostfolioSidekick.FileImporter;
using GhostfolioSidekick.FileImporter.Coinbase;
using GhostfolioSidekick.FileImporter.DeGiro;
using GhostfolioSidekick.FileImporter.Nexo;
using GhostfolioSidekick.FileImporter.ScalableCaptial;
using GhostfolioSidekick.FileImporter.Trading212;
using GhostfolioSidekick.Ghostfolio.API;
Expand Down Expand Up @@ -44,6 +45,7 @@ static async Task Main(string[] args)
services.AddScoped<IFileImporter, DeGiroParser>();
services.AddScoped<IFileImporter, Trading212Parser>();
services.AddScoped<IFileImporter, CoinbaseParser>();
services.AddScoped<IFileImporter, NexoParser>();
});

await hostBuilder.RunConsoleAsync();
Expand Down

0 comments on commit b895f1c

Please sign in to comment.