Skip to content

Commit

Permalink
fix missing row in geocoding
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Dec 14, 2024
1 parent 08e0cd7 commit a542c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/modules/geo-coding/geo-coding.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class GeoCodingService extends GeoCodingAbstractClass {
progressTracker.trackProgress();
} catch (e: any) {
errors.push({
line: i + 5,
row: i + 5,
error: e.message,
type: 'geo-coding-error',
sheet: 'sourcingData',
Expand Down

0 comments on commit a542c23

Please sign in to comment.