Skip to content

Commit 2ad2490

Browse files
committed
fix: remove unnecessary filter
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent b2ddf28 commit 2ad2490

File tree

1 file changed

+0
-1
lines changed
  • workers/temporal/package_downloads_worker/src/repo

1 file changed

+0
-1
lines changed

workers/temporal/package_downloads_worker/src/repo/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ export async function findReposToProcessForDate(
106106
url as "repoUrl"
107107
from repositories
108108
where url like 'https://github.com%'
109-
and "insightsProjectId" is not null
110109
and "deletedAt" is null
111110
${failedReposSubquery}
112111
${lastProcessedRepoUrlFilter}

0 commit comments

Comments
 (0)