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:17:35 -05:00
committed by GitHub
parent 40411f6fb8
commit 37c26a464a

View File

@@ -325,7 +325,7 @@ public Cors getCors() {
this.allow_override_default_search_params = allow_override_default_search_params; this.allow_override_default_search_params = allow_override_default_search_params;
} }
public Boolean getEnable_mass_ingestion_mode() { public Boolean getMass_ingestion_mode_enabled() {
return enable_mass_ingestion_mode; return enable_mass_ingestion_mode;
} }