mirror of
https://github.com/documenso/documenso.git
synced 2026-06-22 04:12:06 +10:00
12986f5afa
`findDocumentsInternal` inherits `hasExpiredRecipients` from `ZFindDocumentsRequestSchema` but the handler did not destructure or forward it to `findDocuments`, so callers requesting the filter received unfiltered results. Destructure the field from input and pass it through, matching the public `findDocuments` route.