Skip to content

Commit b6583d2

Browse files
committed
fix: add deleted
1 parent f5be7ba commit b6583d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/database/repositories/segmentRepository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,7 @@ class SegmentRepository extends RepositoryBase<
933933
"githubRepos" r
934934
where r."segmentId" = :segmentId
935935
and r."tenantId" = :tenantId
936+
and r."deletedAt" is null
936937
order by r.url
937938
`,
938939
{

0 commit comments

Comments
 (0)