[mv3] Fix minor regression in reported troubleshooting info

This commit is contained in:
Raymond Hill 2026-01-29 08:38:53 -05:00
parent 7aff7da77d
commit 359cb070eb
No known key found for this signature in database
GPG key ID: F5630CAE62A14316

View file

@ -50,7 +50,7 @@ const reportedPage = (( ) => {
}
return {
hostname: parsedURL.hostname.replace(/^(m|mobile|www)\./, ''),
mode: url.searchParams.get('mode'),
siteMode: parseInt(url.searchParams.get('mode'), 10),
tabId: parseInt(url.searchParams.get('tabid'), 10) || 0,
};
} catch {