Commit c6e2bc0
refactor: standardize organisation ID types to string
- Change getOrganisation, updateOrganisation, and deleteOrganisation ID types from 'string | number' to 'string'
- Organization IDs can contain alphanumeric characters, so string is more appropriate
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 683bfcb commit c6e2bc0
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
163 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments