mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
fix: Remove unnecessary message from NotImplementedException in DevicePropertiesConverter
This commit is contained in:
parent
cd89cf1cc9
commit
a1617fbeb2
1 changed files with 1 additions and 1 deletions
|
|
@ -76,6 +76,6 @@ public class DevicePropertiesConverter : JsonConverter
|
|||
|
||||
public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)
|
||||
{
|
||||
throw new NotImplementedException("SOD OFF HOSER");
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue