fix: use the existing naming convention
Co-authored-by: Kevin Dougan SmileCDR <72025369+KevinDougan-SmileCDR@users.noreply.github.com>
This commit is contained in:
@@ -326,7 +326,7 @@ public Cors getCors() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Boolean getMass_ingestion_mode_enabled() {
|
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) {
|
public void setMass_ingestion_mode_enabled(Boolean mass_ingestion_mode_enabled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user