Skip to content

Commit

Permalink
enable going through all activities
Browse files Browse the repository at this point in the history
  • Loading branch information
epipav committed Feb 5, 2025
1 parent 449a5d1 commit e9f6ec5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ export async function copyActivitiesFromQuestdbToTinybird(
// 5- Mark activities as indexed
await activity.markActivitiesAsIndexed(activitiesToCopy.map((a) => a.id))

// await continueAsNew<typeof copyActivitiesFromQuestdbToTinybird>({})
await continueAsNew<typeof copyActivitiesFromQuestdbToTinybird>({})
}

0 comments on commit e9f6ec5

Please sign in to comment.