Skip to content

Commit

Permalink
Working on issue #1091 that found issue in PR #1085. Adjusted code fo…
Browse files Browse the repository at this point in the history
…r lint errors
  • Loading branch information
ceciliazaragoza committed Feb 3, 2024
1 parent 5903498 commit 5db1472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/controllers/network-sheet-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ var parseNetworkSheet = function (sheet, network) {
try {
cellA1 = sheet.data[0][0];
} catch (err) {
const row = 0;
const column = 0;
addError(network, constants.errors.missingValueError(row, column));
return network;
}
Expand Down

0 comments on commit 5db1472

Please sign in to comment.