1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-25 04:54: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 f3e3d22841
commit 1c56bf177b
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(