🐛 Fix update chat room failed
This commit is contained in:
parent
f540544a47
commit
5dd138949e
@ -239,7 +239,6 @@ public class ChatRoomController(
|
||||
|
||||
var chatRoom = await db.ChatRooms
|
||||
.Where(e => e.Id == id)
|
||||
.Include(c => c.Background)
|
||||
.FirstOrDefaultAsync();
|
||||
if (chatRoom is null) return NotFound();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user