File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ function lookUpBarcodes() {
177
177
178
178
// If few barcodes were fetched, it happens too fast to bother printing this.
179
179
if ( numBarcodes > 200 ) {
180
- note ( `Looking up ${ numBarcodes } barcodes …` , 10 ) ;
180
+ note ( `Looking up ${ numBarcodes } barcodes …` , 15 ) ;
181
181
}
182
182
183
183
// Each barcode lookup will consist of a CQL query of the form "barcode==N"
@@ -581,7 +581,7 @@ function writeResultsSheet(records) {
581
581
const resultsSheet = createResultsSheet ( records . length , headings ) ;
582
582
const cells = resultsSheet . getRange ( 2 , 1 , records . length , enabledFields . length ) ;
583
583
cells . setValues ( cellValues ) ;
584
- note ( 'Writing results to sheet ✨' , 8 ) ;
584
+ note ( 'Writing results to sheet ✨' , 5 ) ;
585
585
SpreadsheetApp . setActiveSheet ( resultsSheet ) ;
586
586
}
587
587
You can’t perform that action at this time.
0 commit comments