mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 12:47:48 +00:00
fix: handle aborted request in docker and remove redundant call (#1161)
This commit is contained in:
@@ -496,7 +496,7 @@ export async function sendTelemetry(
|
||||
} = argv;
|
||||
const event_time = new Date().toISOString();
|
||||
const redoclyClient = new RedoclyClient();
|
||||
const logged_in = await redoclyClient.isAuthorizedWithRedoclyByRegion();
|
||||
const logged_in = redoclyClient.hasTokens();
|
||||
const data: Analytics = {
|
||||
event: 'cli_command',
|
||||
event_time,
|
||||
|
||||
Reference in New Issue
Block a user