Commit 3f3542a
committed
Fix: skip repository identity resolution for deleted projects in getSnapshot
Filter projectRows to only active (non-deleted) projects before resolving
repository identities via git subprocesses. Deleted projects already fall
back to repositoryIdentity: null via the Map.get() ?? null default.1 parent 18b9087 commit 3f3542a
File tree
1 file changed
+2
-1
lines changed- apps/server/src/orchestration/Layers
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
| 661 | + | |
661 | 662 | | |
662 | 663 | | |
663 | | - | |
| 664 | + | |
664 | 665 | | |
665 | 666 | | |
666 | 667 | | |
| |||
0 commit comments