@vivlab/api-database
Advanced tools
Comparing version 1.0.99 to 1.0.100
@@ -165,3 +165,3 @@ "use strict"; | ||
const invoiceItem = await exports.hashInvoiceItem.commandCreate({ | ||
data: transform.invoiceItemDataToRedis(product), | ||
data: transform.invoiceItemDataToRedis({ ...product, invoice: invoice.id }), | ||
prefix | ||
@@ -168,0 +168,0 @@ }); |
{ | ||
"name": "@vivlab/api-database", | ||
"version": "1.0.99", | ||
"version": "1.0.100", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
468581