Skip to content

Commit

Permalink
Fixed issue with args not passed to indexer (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: TheDude <DavidGershony@gmail.com>
  • Loading branch information
dangershony and DavidGershony committed Mar 5, 2024
1 parent ed48e6d commit 83e2c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blockcore.Indexer.Angor/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Blockcore.Indexer.Angor;
using Blockcore.Indexer.Core.Extensions;

var builder = Host.CreateDefaultBuilder()
var builder = Host.CreateDefaultBuilder(args)
.ConfigureServices((hostContext, services) =>
{
services.Configure<HostOptions>(option =>
Expand Down

0 comments on commit 83e2c59

Please sign in to comment.