fix: remove duplicate gsheet successful update log
This commit is contained in:
@@ -103,7 +103,6 @@ export const processGoogleSheetUpdates = async () => {
|
|||||||
hasPendingTasks = true;
|
hasPendingTasks = true;
|
||||||
try {
|
try {
|
||||||
await updateGoogleSheet(task.name, task.runId);
|
await updateGoogleSheet(task.name, task.runId);
|
||||||
console.log(`Successfully updated Google Sheets for run ${task.runId}`);
|
|
||||||
delete googleSheetUpdateTasks[runId];
|
delete googleSheetUpdateTasks[runId];
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
if (task.retries < MAX_RETRIES) {
|
if (task.retries < MAX_RETRIES) {
|
||||||
|
|||||||
Reference in New Issue
Block a user