fix build
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
public class UpdateClientEventArgs(UpdateClient client) : EventArgs
|
||||
{
|
||||
public UpdateClient Client { get; init; } = client;
|
||||
public UpdateClient Client { get; } = client;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user