We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1aeda commit bc84a78Copy full SHA for bc84a78
lib/database/datastore/schemas/transaction.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-const { transaction } = require('@webwallet/schemas').joi
+const { transaction } = require('@webwallet/schemas')('joi')
4
5
const { instances } = require('gstore-node')
6
const gstore = instances.get('hashtable')
0 commit comments