Skip to content

Commit

Permalink
Remove redundant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Dec 19, 2024
1 parent 45940ff commit 87645a9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ public static IHostApplicationBuilder AddHangfire(this IHostApplicationBuilder b
{
if (!builder.Environment.IsUnitTests() && !builder.Environment.IsEndToEndTests())
{
var pgConnectionString = GetPostgresConnectionString(builder.Configuration);

builder.Services.AddHangfire((sp, configuration) => configuration
.SetDataCompatibilityLevel(CompatibilityLevel.Version_170)
.UseSimpleAssemblyNameTypeSerializer()
Expand Down

0 comments on commit 87645a9

Please sign in to comment.