Typos, format and async consistency
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
namespace GoveeCSharpConnector.Objects;
|
||||
|
||||
public class ApiResponse
|
||||
{
|
||||
public string? Message { get; set; }
|
||||
public class ApiResponse {
|
||||
public string Message { get; set; }
|
||||
public int Code { get; set; }
|
||||
}
|
Reference in New Issue
Block a user