# Version 1.8.2 503 Hotfix

This fixes a startup crash introduced in v1.8.1.

## Error fixed

The app could show 503 Service Unavailable because `src/ai.js` accidentally declared the OpenAI client twice:

`SyntaxError: Identifier 'openai' has already been declared`

## Files changed

- `src/ai.js`
- `package.json`
- `docs/VERSION_1_8_2_503_HOTFIX.md`

## cPanel install

1. Stop the Node app.
2. Upload/extract the patch ZIP into `demo.recovermissedcall.com`.
3. Replace existing files.
4. Restart the app.
5. Test `/health` and `/admin`.

No npm install is required.
