refactor: add comment

This commit is contained in:
RaktimaNXG
2024-05-20 15:41:04 +05:30
parent 70637d6143
commit 090c17c2c0
+1 -2
View File
@@ -416,8 +416,7 @@ function PdfRequestFiles() {
setSignerPos(documentData[0].Placeholders);
}
setPdfDetails(documentData);
// Check if the current signer is the last signer and handle the complete message.
// Check if the current signer is not a last signer and handle the complete message.
if (isNextUser) {
const getSignedAuditTrail = documentData[0].AuditTrail.filter(
(data) => data.Activity === "Signed"