()
| 221 | } |
| 222 | |
| 223 | function getSettingsSyncEndpoint(): string { |
| 224 | return `${getOauthConfig().BASE_API_URL}/api/claude_code/user_settings` |
| 225 | } |
| 226 | |
| 227 | function getSettingsSyncAuthHeaders(): { |
| 228 | headers: Record<string, string> |
no test coverage detected