mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-11 05:54:43 +00:00
A missing parameter on the `parseInt` function was causing unexpected UI behavior for the AI helper since it turned an allowed group ID into NaN. We should always use base10 when parsing these IDs.