Skip to content

Commit

Permalink
fail tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyNikipelau committed Aug 29, 2024
1 parent 139b322 commit d6bfcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/pdf/get-formfields.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {extractFormfields} = require('../../services/pdf/formfields');
const getFormfields = async (req, res, next) => {
try {
const jsonOutput = await extractFormfields(req.filePath);
res.json(jsonOutput);
res.json({});
}
catch (err) {
return next(err);
Expand Down

0 comments on commit d6bfcaa

Please sign in to comment.