fix: remove duplicate gsheet successful update log

This commit is contained in:
karishmas6
2024-09-29 00:13:19 +05:30
parent b68d456519
commit dbbb88ab4f

View File

@@ -103,7 +103,6 @@ export const processGoogleSheetUpdates = async () => {
hasPendingTasks = true;
try {
await updateGoogleSheet(task.name, task.runId);
console.log(`Successfully updated Google Sheets for run ${task.runId}`);
delete googleSheetUpdateTasks[runId];
} catch (error: any) {
if (task.retries < MAX_RETRIES) {