Skip to content

Commit bc84a78

Browse files
committed
fixed usage of @webwallet/schemas module due to breaking changes on API
1 parent bc1aeda commit bc84a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/database/datastore/schemas/transaction.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const { transaction } = require('@webwallet/schemas').joi
3+
const { transaction } = require('@webwallet/schemas')('joi')
44

55
const { instances } = require('gstore-node')
66
const gstore = instances.get('hashtable')

0 commit comments

Comments
 (0)