Commit c810e7c
fix(worker): only include private repos in BB Cloud user-repo list
Matches the GitHub and GitLab branches of accountPermissionSyncer,
which both pass visibility='private' for the same reason: public repos
are gated by the read-side prisma filter via isPublic, so no
AccountToRepoPermission row is needed for them.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9c3e6f2 commit c810e7c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
660 | | - | |
| 660 | + | |
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
696 | | - | |
| 696 | + | |
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| |||
0 commit comments