mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 03:17:28 +00:00
When account.token is undefined (e.g. missing botToken config), calling .trim() directly throws "Cannot read properties of undefined". Use nullish coalescing to fall back to empty string before trimming. Closes #31944