Skip to content

Commit

Permalink
fix initparams (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
BidishaMS authored Apr 12, 2024
1 parent 69afb27 commit 06040fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/web/client/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export function activate(context: vscode.ExtensionContext): void {
pair[1].trim()
);
}
logOneDSLogger(queryParamsMap)
}
if (
!checkMandatoryParameters(
Expand All @@ -112,7 +111,7 @@ export function activate(context: vscode.ExtensionContext): void {
queryParamsMap,
context.extensionUri
);

logOneDSLogger(queryParamsMap);
const orgId = queryParamsMap.get(queryParameters.ORG_ID) as string;
const orgGeo = await fetchArtemisData(orgId);
WebExtensionContext.telemetry.sendInfoTelemetry(telemetryEventNames.WEB_EXTENSION_ORG_GEO,{orgGeo: orgGeo});
Expand Down

0 comments on commit 06040fb

Please sign in to comment.