mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-10-02 18:03:09 +02:00
Fix ClamAV settings class
This commit is contained in:
@@ -54,5 +54,9 @@ namespace VoidCat.Model
|
||||
public ClamAVSettings? ClamAV { get; init; }
|
||||
}
|
||||
|
||||
public sealed record ClamAVSettings(Uri Endpoint, long? MaxStreamSize);
|
||||
public sealed record ClamAVSettings
|
||||
{
|
||||
public Uri? Endpoint { get; init; }
|
||||
public long? MaxStreamSize { get; init; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user