Skip to content

Commit 139f2aa

Browse files
committed
Fix styling
1 parent 24a518a commit 139f2aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/clarity-decode/src/clarity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export function decode(input: string): DecodedPayload {
200200
case Data.Event.Consent:
201201
if (payload.consent === undefined) { payload.consent = []; }
202202
payload.consent.push(data.decode(entry) as ConsentEvent);
203-
break;
203+
break;
204204
case Data.Event.CustomElement:
205205
if (payload.customElement === undefined) { payload.customElement = []; }
206206
payload.customElement.push(layout.decode(entry) as CustomElementEvent);

0 commit comments

Comments
 (0)