mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 20:15:59 +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 trustAmount: Int,
|
||||
val trustDepth: Depth,
|
||||
val regex: RegexSet
|
||||
val regexes: RegexSet
|
||||
) {
|
||||
|
||||
constructor(
|
||||
|
|
Loading…
Reference in a new issue