Fix <bridge profile> regex to handle both single and array responses
The get_profile API returns a single object (root['id']) while get_profiles returns an array (root[0]['id'], root[1]['id'], etc.). The regex now uses an optional group to match both cases.
Loading
Please sign in to comment