1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-09-28 18:49:56 +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 exportable: Boolean,
val trustAmount: Int, val trustAmount: Int,
val trustDepth: Depth, val trustDepth: Depth,
val regex: RegexSet val regexes: RegexSet
) { ) {
constructor( constructor(