ApryseSDK / pdftron-sign-app

Sign and request signatures on PDFs, MS Office documents
Other
208 stars 58 forks source link

[Bugfix] Pending Other Signers #27

Closed CorreyL closed 1 year ago

CorreyL commented 3 years ago

Method that made an API call to Firebase was broken (i.e. not returning anything) due to de-structuring clash, but I've corrected it in this PR:

image

Note how email was already defined in the function signature:

https://github.com/PDFTron/pdftron-sign-app/blob/ee1f11b27f74ea39972d1a75a37ae2dfdb38b342/src/firebase/firebase.js#L302