Fixed compiler warnings.
This commit is contained in:
@ -3,7 +3,7 @@ namespace HermesSocketServer.Models
|
||||
public class ChatterVoice
|
||||
{
|
||||
public long ChatterId { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public string VoiceId { get; set; }
|
||||
public required string UserId { get; set; }
|
||||
public required string VoiceId { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user