chore: cleanup

This commit is contained in:
Ephraim Atta-Duncan
2025-02-14 13:05:18 +00:00
parent 1e90ca45a6
commit 00e402f4cb
5 changed files with 0 additions and 431 deletions

View File

@ -439,14 +439,6 @@ export const recipientRouter = router({
.mutation(async ({ input, ctx }) => {
const { token, documentId, authOptions, nextSigner } = input;
console.log(
'completeDocumentWithToken == recipient-router',
token,
documentId,
authOptions,
nextSigner,
);
return await completeDocumentWithToken({
token,
documentId,