chore: clarifying comments

This commit is contained in:
arc-alex
2025-09-06 11:50:29 +02:00
committed by Alex Christoffer Rasmussen
parent 9e78ff4d1c
commit 9d6ec3758b
2 changed files with 16 additions and 16 deletions
@@ -389,7 +389,7 @@ export async function upload(sheetId: string, options: ImportMap) {
// update the corresponding row with event data
rundown.order.forEach((entryId, index) => {
const entry = rundown.entries[entryId];
return updateRundown.push(cellRequestFromEvent(entry, index, worksheetId, sheetMetadata));
updateRundown.push(cellRequestFromEvent(entry, index, worksheetId, sheetMetadata));
});
const writeResponse = await sheets({ version: 'v4', auth: currentAuthClient }).spreadsheets.batchUpdate({