Added worker to search for stuff in db #10

This commit is contained in:
mrfry 2020-10-01 17:15:26 +02:00
parent 66e4a03bdf
commit 655aab8ddf
6 changed files with 192 additions and 98 deletions

View file

@ -3,7 +3,7 @@ const logger = require('../utils/logger.js')
const dbtools = require('../utils/dbtools.js')
const dbStructPath = '../modules/api/apiDBStruct.json'
const usersDBPath = '../data/dbs/users.db'
const uuidv4 = require('uuid/v4') // TODO: deprecated, but imports are not supported
const { v4: uuidv4 } = require('uuid')
let authDB