Skip to content

Commit 0454d8f

Browse files
committed
lint
1 parent 312cbcf commit 0454d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export interface ReplayConfiguration
175175
extends ReplayIntegrationPrivacyOptions,
176176
OptionalReplayPluginOptions,
177177
DeprecatedPrivacyOptions,
178-
Pick<RecordingOptions, 'maskAllText'|'maskAllInputs'> {}
178+
Pick<RecordingOptions, 'maskAllText' | 'maskAllInputs'> {}
179179

180180
interface CommonEventContext {
181181
/**

0 commit comments

Comments
 (0)