Skip to content

Commit

Permalink
Fixed two typos, one of which caused minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
motin committed Feb 11, 2020
1 parent 8c7e5a5 commit 1944834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/menuActions/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,7 @@ export function updateSurveysSheetFormulasAndCalculatedColumns(
numRows
);

console.info(
`End of updateCombinedToplineSheetFormulasAndCalculatedColumns()`
);
console.info(`End of updateSurveysSheetFormulasAndCalculatedColumns()`);
/* tslint:enable:no-console */
}

Expand Down
2 changes: 1 addition & 1 deletion src/menuActions/menuRefreshSurveysAndCombinedListings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function refreshSurveysAndCombinedListings() {
`Updating formulas and calculated columns for the new surveys sheet rows`
);
updateSurveysSheetFormulasAndCalculatedColumns(
combinedQuestionsSheet,
surveysSheet,
updatedSurveyEntries,
gsDashboardSurveyListingsEntriesBySurveyId,
updatedSurveyEntries.length - updatedSurveyEntries.length + 2,
Expand Down

0 comments on commit 1944834

Please sign in to comment.