print metadata for insights

This commit is contained in:
keyan 2021-06-10 14:24:44 -05:00
parent b4cc3441b5
commit e90cc1e941
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ export default {
return await models.invoice.create({ data })
} catch (error) {
console.log(error)
console.log(error, error.metadata)
throw error
}
},