Skip to content

Commit

Permalink
refactored code for header localization (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitish-egov authored Jan 13, 2025
1 parent b5be48e commit 396673c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3256,7 +3256,7 @@ const autoGenerateBoundaryCodes = async (
latLongData = result.latLongData;
boundaryData = result.updatedData;
}
const updatedBoundaryData = updateBoundaryData(boundaryData, hierarchy);
const updatedBoundaryData = updateBoundaryData(boundaryData, localizedHeadersOfBoundarySheet);
const modifiedBoundaryData = modifyBoundaryDataHeaders(
updatedBoundaryData,
hierarchy,
Expand Down

0 comments on commit 396673c

Please sign in to comment.