fix build

This commit is contained in:
Pascal
2025-10-15 11:34:45 +02:00
parent 05c5b7f0ec
commit 7ed125bffe
4 changed files with 6 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
public class UpdateClientEventArgs(UpdateClient client) : EventArgs
{
public UpdateClient Client { get; init; } = client;
public UpdateClient Client { get; } = client;
}