Skip to content

Commit

Permalink
Fixing broken IOC
Browse files Browse the repository at this point in the history
  • Loading branch information
VibeNL committed Oct 16, 2023
1 parent d1639e0 commit c3dd299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class MarketDataMaintainerTask : IScheduledWork
public MarketDataMaintainerTask(
ILogger<FileImporterTask> logger,
IGhostfolioAPI api,
ApplicationSettings applicationSettings)
IApplicationSettings applicationSettings)
{
if (applicationSettings is null)
{
Expand Down

0 comments on commit c3dd299

Please sign in to comment.