Skip to content

Commit

Permalink
Merge of #9602
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 2, 2025
2 parents 8fddc92 + 84ec416 commit 3c44acb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/app/src/pages/share/[[...path]].page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ superjson.registerCustom<IShareLinkRelatedPage, string>(
{
isApplicable: (v): v is IShareLinkRelatedPage => {
return v != null
&& v.toObject != null
&& v.lastUpdateUser != null
&& v.creator != null
&& v.revision != null;
&& v.toObject != null;
},
serialize: (v) => { return superjson.stringify(v.toObject()) },
deserialize: (v) => { return superjson.parse(v) },
Expand Down

0 comments on commit 3c44acb

Please sign in to comment.