Remove commented code

This commit is contained in:
Sébastien André
2022-05-16 23:31:18 +02:00
parent bc1edca944
commit a7eebf8f38

View File

@@ -62,9 +62,6 @@ namespace skydiveLogs_api.Infrastructure
public bool Update(UserStats stats) public bool Update(UserStats stats)
{ {
//col.UpdateMany(x => new Customer { Name
// = x.Name.ToUpper(), Salary: 100 }, x => x.Name == "John")
return _col.Update(stats); return _col.Update(stats);
} }