Skip to content

Commit 29d7f2b

Browse files
authored
Merge pull request #8 from typinghard/update_startup
Update Startup.cs
2 parents 50124ec + e5e1e49 commit 29d7f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AzureDevOpsStateTracker.Functions/Startup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public override void Configure(IFunctionsHostBuilder builder)
1919
builder.Services.AddScoped<ServiceToInject>();
2020
builder.Services.AddScoped<AzureDevopsTrackerService>();
2121

22-
builder.Services.AddAzureDevopsTracker(new DataBaseConfig(configuration["ConnectionStrings:DefaultConnection"], "Tracker"));
22+
builder.Services.AddAzureDevopsTracker(new DataBaseConfig(configuration["ConnectionStrings:DefaultConnection"]));
2323
}
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)