Skip to content

Commit

Permalink
fix: log wording
Browse files Browse the repository at this point in the history
  • Loading branch information
MehulKChaudhari committed Apr 3, 2024
1 parent 3dcbb8f commit 526ebaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/scheduledEventHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export async function filterOrphanTasks(env: env) {
lastOrphanTasksFilteration = await namespace.get('ORPHAN_TASKS_UPDATED_TIME');

if (!lastOrphanTasksFilteration) {
console.error('Error while fetching KV "ORPHAN_TASKS_UPDATED_TIME" timestamp');
console.log(`Empty KV ORPHAN_TASKS_UPDATED_TIME: ${lastOrphanTasksFilteration}`);
lastOrphanTasksFilteration = '0';
}
} catch (err) {
Expand Down

0 comments on commit 526ebaf

Please sign in to comment.