feat(invoices): migrar de jApi a endpoint REST API #134
Loading…
Reference in New Issue
No description provided.
Delete Branch "golguin/hedera-web:invoice-view-migrate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -66,0 +60,4 @@
where: {
clientFk,
issued: {
between: [params.from, params.to]
Sera lo mismo que hacer const params = [{from, to}], no?