pass options to verification in secretariat.js
This commit is contained in:
parent
9c2759c41e
commit
7cc22f8b11
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class global {
|
|||
static async write(path, data, CLOUD = -1, OPTIONS = {}) {
|
||||
let DATA_INJECTED = {};
|
||||
|
||||
async function verify (NAME, DATA) {
|
||||
async function verify (NAME, DATA, OPTIONS) {
|
||||
let DATA_CHECK = {};
|
||||
|
||||
// Verify the presence of the data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue