Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
itaikla authored Jan 19, 2024
1 parent e42ce11 commit fc07f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function main() {
const res = fetchLighthouseMetrics(p.url);
results[p.url] = res;
if (p.sheet) {
appendToExcel(p.sheet, res);
appendToExcel({ url: p.sheet, row: res });
}
})

Expand Down

0 comments on commit fc07f10

Please sign in to comment.