comments ...

This commit is contained in:
Paul Schneider 2024-12-14 23:49:13 +00:00
commit 710c04d5f9
6 changed files with 32 additions and 17 deletions

View file

@ -118,7 +118,7 @@ namespace Yavsc.Controllers
_context.Comment.Add(c);
try
{
await _context.SaveChangesAsync(User.GetUserId());
await _context.SaveChangesAsync(uid);
}
catch (DbUpdateException)
{