Skip to content

Commit

Permalink
one more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbeckett committed Jul 29, 2024
1 parent e34b07b commit 5f1da8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export default {
async getPDF(item) {
const doc = await DocumentService.getDocuments(item?.assistanceRequestId)
//XXX- to fix post MVP - add a document Category / type to assistance request to find their application document
//TODO- post MVP - add a document Category / type to assistance request to find their application document
//this will return an array - we are assuming the user uploads their PDF first.
//we could add in to search for a file of type PDF - but we don't have requirements for this
const file = await DocumentService.getDocumentFileByID(doc[0]?.documentId)
Expand Down

0 comments on commit 5f1da8c

Please sign in to comment.