fix: use the existing naming convention

Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
This commit is contained in:
Carl Anderson
2024-06-14 11:18:17 -05:00
committed by GitHub
parent 9a02b13285
commit ce0df03aac

View File

@@ -326,7 +326,7 @@ public Cors getCors() {
}
public Boolean getMass_ingestion_mode_enabled() {
return enable_mass_ingestion_mode;
return mass_ingestion_mode_enabled;
}
public void setMass_ingestion_mode_enabled(Boolean mass_ingestion_mode_enabled) {