Commit ad335dc
Fix: Skip Google group memberships when parent group is GitHub-only
Resolves TypeError when groups reference parent groups that are configured
with onlyOnPlatforms: ['github']. Now gracefully skips creating Google
Workspace memberships for non-existent parent groups.
Fixes the deployment error:
TypeError: Cannot read properties of undefined (reading 'id')
at /home/runner/work/access/access/src/google.ts:46:39
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent d55acd7 commit ad335dc
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
| |||
0 commit comments