Skip to content

Commit

Permalink
Biome format
Browse files Browse the repository at this point in the history
  • Loading branch information
aliu39 committed Dec 27, 2024
1 parent 5f6758d commit 7f56866
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* - OpenFeature.getClient().addHooks(new OpenFeatureIntegrationHook());
*/
import type { Client, Event, EventHint, IntegrationFn } from '@sentry/core';
import type { EvaluationDetails, HookContext, HookHints, JsonValue, OpenFeatureHook, OpenFeatureClient } from './types';
import type { EvaluationDetails, HookContext, HookHints, JsonValue, OpenFeatureClient, OpenFeatureHook } from './types';

import { defineIntegration } from '@sentry/core';
import { copyFlagsFromScopeToEvent, insertFlagToScope } from '../../../utils/featureFlags';
Expand All @@ -21,7 +21,7 @@ export const openFeatureIntegration = defineIntegration((openFeatureClient: Open

setupOnce() {
openFeatureClient.addHooks(new OpenFeatureIntegrationHook());
}
},
};
}) satisfies IntegrationFn;

Expand Down

0 comments on commit 7f56866

Please # to comment.