Skip to content

Commit

Permalink
Improve logging and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-arrieta-r committed Sep 7, 2024
1 parent f09ea73 commit 29e166f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@facturacr/atv-sdk",
"version": "1.2.1",
"version": "1.2.2",
"description": "Librería (SDK) de Javascript/NodeJS para acceder al API de Administración Tributaria Virtual (ATV) del Ministerio de Hacienda.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/ATV/useCases/createReceptorMessage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class CreateReceptorMessageCommand {
receptorConcecutive: receptorConsecutive.value
}
} catch (err) {
throw new Error('Error parsing the document', err)
throw new Error(`Error parsing the document ${err}`)
}
}
}

0 comments on commit 29e166f

Please sign in to comment.