Skip to content

Commit

Permalink
ts ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
michelleangela committed Sep 13, 2023
1 parent 507f1b0 commit 5aaf739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Extension/src/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export function getExperimentationService(): Promise<IExperimentationService> |
return initializationPromise;
}

// @ts-expect-error The function isExperimentEnabled will be used for future experiments.
// eslint-disable-next-line @typescript-eslint/no-unused-vars
async function isExperimentEnabled(experimentName: string): Promise<boolean> {
if (new CppSettings().experimentalFeatures) {
Expand Down

0 comments on commit 5aaf739

Please sign in to comment.