Skip to content

Commit

Permalink
10432: Fix typing of sequence;
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cruz committed Aug 14, 2024
1 parent e65b8f1 commit 5fbcc6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export const gotoPublicPrintableDocketRecordSequence =
setPdfPreviewUrlSequence,
setShowModalFactoryAction('OpenPrintableDocketRecordModal'),
setupCurrentPageAction('PublicCaseDetail'),
]) as unknown as (props: { docketNumber: string }) => void,
);
]),
) as unknown as (props: { docketNumber: string }) => void;

0 comments on commit 5fbcc6b

Please sign in to comment.