1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

feat(transactions): remove the feature flag EE-6080 (#10257)

This commit is contained in:
andres-portainer 2023-09-05 20:27:20 -03:00 committed by GitHub
parent e83aa4d88d
commit c748385879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 123 additions and 384 deletions

View file

@ -1616,13 +1616,11 @@ const (
// List of supported features
const (
FeatureFdo = "fdo"
FeatureNoTx = "noTx"
FeatureFdo = "fdo"
)
var SupportedFeatureFlags = []featureflags.Feature{
FeatureFdo,
FeatureNoTx,
}
const (