Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg authored and github-actions[bot] committed Jul 7, 2023
1 parent 3af4535 commit c8d1f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rrweb/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export type recordOptions<T> = {
errorHandler?: ErrorHandler;

// XXX(sentry)
onMutation?: (mutations: MutationRecord[]) => boolean,
onMutation?: (mutations: MutationRecord[]) => boolean;
maskInputSelector?: string;
unmaskInputSelector?: string;
unmaskTextSelector?: string;
Expand All @@ -82,7 +82,7 @@ export type recordOptions<T> = {

export type observerParam = {
// XXX(sentry)
onMutation?: (mutations: MutationRecord[]) => boolean,
onMutation?: (mutations: MutationRecord[]) => boolean;
maskInputSelector: string | null;
unmaskInputSelector: string | null;
unmaskTextSelector: string | null;
Expand Down

0 comments on commit c8d1f86

Please sign in to comment.