mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-04-12 10:39:02 +02:00
Fix ClamAV settings class
This commit is contained in:
parent
15df382a06
commit
cff3b70403
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user