1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-26 13:34:49 +02:00

Fix value name regexes in Certification

This commit is contained in:
Paul Schaub 2023-06-28 20:07:09 +02:00
parent 0c4b127c40
commit 12fde967ca
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -15,7 +15,7 @@ data class Certification(
val exportable: Boolean,
val trustAmount: Int,
val trustDepth: Depth,
val regex: RegexSet
val regexes: RegexSet
) {
constructor(