my-typescript-library-rahul52us 2.3.3 → 2.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -698,7 +698,7 @@ export async function getAllDocumentFunction(req: any) {
698
698
  searchField,
699
699
  dateFilterKey,
700
700
  sortByKey,
701
- files
701
+ files = []
702
702
  );
703
703
  // console.log("manual data",manual);
704
704
  return { status: "success", statusCode: 200, documents: documents };