Skip to content

Commit

Permalink
fix: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobAtchley committed Apr 25, 2024
1 parent 317668f commit 88f64af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Firebend.AutoCrud.Mongo/Client/MongoClientBaseDefaults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ public static class MongoClientBaseDefaults
#pragma warning disable CA2211, IDE1006
// ReSharper disable once FieldCanBeMadeReadOnly.Global
// ReSharper disable once InconsistentNaming
// ReSharper disable once ConvertToConstant.Global
public static int NumberOfRetries = 7;
#pragma warning restore CA2211, IDE1006
}
1 change: 0 additions & 1 deletion Firebend.AutoCrud.Mongo/Client/MongoClientFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Microsoft.Extensions.Logging;
using MongoDB.Driver;
using MongoDB.Driver.Core.Configuration;
using MongoDB.Driver.Core.Events;
using MongoDB.Driver.Linq;

namespace Firebend.AutoCrud.Mongo.Client;
Expand Down

0 comments on commit 88f64af

Please sign in to comment.