Removed pointless additional use of db.SaveChanges();

This commit is contained in:
barelyprofessional
2025-03-31 21:16:15 +08:00
parent 011cf658be
commit 291ca7954e

View File

@@ -386,7 +386,6 @@ public class ChatBot
{
_logger.Debug("Username has updated, updating DB");
userDb.KfUsername = user.Username;
db.SaveChanges();
}
}