refactor: flip PGPainless feature flag

It's always enabled now
This commit is contained in:
Harsh Shandilya 2022-10-29 15:05:23 +05:30
parent 4c3abe60a6
commit 53a5af5f40
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ enum class Feature(
"The PGPainless backend is now the only available one",
level = DeprecationLevel.ERROR
)
EnablePGPainlessBackend(false, "enable_pgp_v2_backend"),
EnablePGPainlessBackend(true, "enable_pgp_v2_backend"),
;
companion object {