Skip to content

Commit

Permalink
fixing mail sender
Browse files Browse the repository at this point in the history
  • Loading branch information
ezraroi committed Jun 21, 2024
1 parent e936d50 commit 9c116bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Mundialito/DAL/MundialitoDbContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ protected override void OnConfiguring(DbContextOptionsBuilder options)
default:
throw new Exception("Unknown DB type");
}

options.UseSqlServer(_connectionString, b => b.EnableRetryOnFailure());
}
}
}

0 comments on commit 9c116bb

Please sign in to comment.