Skip to content

Commit 7f56866

Browse files
committed
Biome format
1 parent 5f6758d commit 7f56866

File tree

1 file changed

+2
-2
lines changed
  • packages/browser/src/integrations/featureFlags/openfeature

1 file changed

+2
-2
lines changed

packages/browser/src/integrations/featureFlags/openfeature/integration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* - OpenFeature.getClient().addHooks(new OpenFeatureIntegrationHook());
77
*/
88
import type { Client, Event, EventHint, IntegrationFn } from '@sentry/core';
9-
import type { EvaluationDetails, HookContext, HookHints, JsonValue, OpenFeatureHook, OpenFeatureClient } from './types';
9+
import type { EvaluationDetails, HookContext, HookHints, JsonValue, OpenFeatureClient, OpenFeatureHook } from './types';
1010

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

2222
setupOnce() {
2323
openFeatureClient.addHooks(new OpenFeatureIntegrationHook());
24-
}
24+
},
2525
};
2626
}) satisfies IntegrationFn;
2727

0 commit comments

Comments
 (0)