Skip to content

Commit

Permalink
fix decode envelope
Browse files Browse the repository at this point in the history
  • Loading branch information
alaamegahed committed Jan 9, 2025
1 parent 03859c3 commit 66587aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/clarity-decode/src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export function envelope(tokens: Data.Token[]): Data.Envelope {
sessionId: tokens[6] as string,
pageNum: tokens[7] as number,
upload: tokens[8] as Data.Upload,
end: tokens[9] as Data.BooleanFlag
end: tokens[9] as Data.BooleanFlag,
url: tokens[10] as string
};
}

0 comments on commit 66587aa

Please sign in to comment.