Skip to content

Commit

Permalink
Merge branch 'development' into dependabot/npm_and_yarn/dnd-kit-9d93d…
Browse files Browse the repository at this point in the history
…b9214
  • Loading branch information
Zasa-san authored Nov 28, 2024
2 parents 17d150b + 5e14afd commit 7453f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions app/api/files/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { CSVLoader } from 'api/csv';
import entities from 'api/entities';
import { processDocument } from 'api/files/processDocument';
import { uploadMiddleware } from 'api/files/uploadMiddleware';
import { legacyLogger } from 'api/log';
import { permissionsContext } from 'api/permissions/permissionsContext';
import { validateAndCoerceRequest } from 'api/utils/validateRequest';
import { EntitySchema } from 'shared/types/entityType';
Expand Down Expand Up @@ -78,8 +77,7 @@ export default (app: Application) => {
res.json(savedFile);
req.emitToSessionSocket('documentProcessed', req.body.entity);
} catch (err) {
legacyLogger.error(err);
legacyLogger.debug(err);
handleError(err);
const [file] = await files.get({ filename: req.file.filename });
res.json(file);
req.emitToSessionSocket('conversionFailed', req.body.entity);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uwazi",
"version": "1.192.0-rc9",
"version": "1.192.0-rc10",
"description": "Uwazi is a free, open-source solution for organising, analysing and publishing your documents.",
"keywords": [
"react"
Expand Down

0 comments on commit 7453f49

Please sign in to comment.