mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-25 12:27:58 +01:00
Fix value name regexes in Certification
This commit is contained in:
parent
0c4b127c40
commit
12fde967ca
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue