Skip to content

Commit cebd232

Browse files
committed
fix: already const value
1 parent 6a1c77e commit cebd232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rum-core/src/boot/rumPublicApi.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const noopStartRum = (): ReturnType<StartRum> => ({
4949
const DEFAULT_INIT_CONFIGURATION = {
5050
applicationId: 'xxx',
5151
clientToken: 'xxx',
52-
trackingConsent: TrackingConsent.GRANTED as const,
52+
trackingConsent: TrackingConsent.GRANTED,
5353
}
5454
const FAKE_WORKER = {} as DeflateWorker
5555

0 commit comments

Comments
 (0)