Commit 262370c
fix: GetOwnerID returns DAO name instead of numeric group ID
When active DAO is set, create_repo failed with "owner id must consist
minimum 3 chars" because GetOwnerID returned ActiveDAO.ID (the numeric
cosmos group ID, e.g. "3") instead of ActiveDAO.Name (e.g. "Gitopia").
Fixes Gitopia/gitopia-mcp-server#1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 58892cd commit 262370c
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments