Fix file deletion
This commit is contained in:
parent
b70e107b18
commit
dbac3d7fe5
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import passwords from 'passwords';
|
||||
import auth from 'basic-auth';
|
||||
import mongoSetup from 'mongodb-promisified';
|
||||
const objectID = mongoSetup().ObjectID;
|
||||
const objectID = mongoSetup().objectID;
|
||||
import debugname from 'debug';
|
||||
const debug = debugname('hostr-api:auth');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue