Skip to content

Commit c33cd57

Browse files
mjabascal10Copilot
andauthored
Update backend/src/main/java/com/park/utmstack/domain/application_modules/UtmModuleGroupConfiguration.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5a26b52 commit c33cd57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/main/java/com/park/utmstack/domain/application_modules/UtmModuleGroupConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public UtmModuleGroupConfiguration(ModuleConfigurationKey key) {
7272
this.confRequired = key.getConfRequired();
7373
this.confOptions = key.getConfOptions();
7474
this.confValue = key.getConfValue();
75-
this.confVisibility = String.valueOf(key.getConfVisibility());
75+
this.confVisibility = key.getConfVisibility();
7676
}
7777

7878
}

0 commit comments

Comments
 (0)