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 authored Feb 8, 2024
1 parent 5f3a0b5 commit 127fbc8
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 127fbc8

Please sign in to comment.