chore: reverted merge

This commit is contained in:
Catalin Pit
2024-09-05 16:24:40 +03:00
parent 51afe95780
commit a730acc76a
65 changed files with 922 additions and 2811 deletions

View File

@@ -147,7 +147,7 @@ export const getDocumentAndRecipientByToken = async ({
},
});
const [recipient] = result.Recipient;
const recipient = result.Recipient[0];
// Sanity check, should not be possible.
if (!recipient) {