Skip to content

Commit

Permalink
replace with empty char
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieVangeysel committed Sep 11, 2024
1 parent cccce71 commit 5b90042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/controllers/delivery-note.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default async function (fastify: FastifyInstance) {
data: [{
action: request.params.document_type.toUpperCase(),
docNum: request.query.dm
.replace(/\xA0/g, ' ')
.replace(/\xA0/g, '')
}]
}

Expand Down

0 comments on commit 5b90042

Please sign in to comment.