Skip to content

Commit

Permalink
Removed unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmackay committed May 20, 2024
1 parent b0bf834 commit 12355c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/Database/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

builder.ConfigureServices((context, services) =>
{
var connection = context.Configuration.GetConnectionString("DefaultConnection");
services.AddDbContext<ApplicationDbContext>(options =>
{
options.UseSqlServer(context.Configuration.GetConnectionString("DefaultConnection"), opt =>
Expand Down

0 comments on commit 12355c5

Please sign in to comment.