fix: remove unused imports from StatusProperties, restore public properties in RoomResponse

This commit is contained in:
Aviv Cohn
2025-12-09 22:57:56 -05:00
parent d6b5dc00e6
commit 50fc40cc4d
2 changed files with 3 additions and 11 deletions

View File

@@ -1,9 +1,5 @@
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PepperDash.Essentials.Core.UDMApi
{