mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Removed fallback logic for gaia id logging (#2761)
This commit is contained in:
@@ -73,9 +73,8 @@ export function getObfuscatedGoogleAccountId(): string {
|
||||
return googleAccountId;
|
||||
}
|
||||
} catch (_error) {
|
||||
// If there's any error accessing Google Account ID, fall back to installation ID
|
||||
// If there's any error accessing Google Account ID, just return empty string
|
||||
}
|
||||
|
||||
// Fall back to installation ID when no Google Account ID is cached or on error
|
||||
return getInstallationId();
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user