tango-app-api-report 3.4.0-beta.1 → 3.4.0-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-report",
3
- "version": "3.4.0-beta.1",
3
+ "version": "3.4.0-beta.2",
4
4
  "description": "report",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -130,7 +130,7 @@ export async function deleteReport( req, res ) {
130
130
  _id: inputData?.id,
131
131
  } );
132
132
  const client = previousReport?.clientId;
133
- const changes =[ `The Report ${previousReport?.fileName}.${previousReport?.fileType} has been deleted` ];
133
+ const changes =[ `The Report ${previousReport?.fileName}.${previousReport?.fileType} has been` ];
134
134
 
135
135
  await deleteOneReport( { _id: inputData?.id } );
136
136