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.
- package/dist/repository/document.repository.js +36 -818
- package/dist/repository/document.repository.js.map +1 -1
- package/dist/services/document/document.services.js +1 -1
- package/dist/services/document/document.services.js.map +1 -1
- package/package.json +1 -1
- package/src/repository/document.repository.ts +36 -843
- package/src/services/document/document.services.ts +1 -1
|
@@ -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 };
|