mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
subs.find() can return undefined if the selected subscription ID does not match any enabled subscription. Replace the unsafe non-null assertion with an explicit guard and descriptive error. Co-authored-by: oliviareid-svg <oliviareid@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>