Fix file deletion

This commit is contained in:
Jonathan Cremin 2015-09-02 17:51:31 +02:00
parent b70e107b18
commit dbac3d7fe5
2 changed files with 2 additions and 2 deletions

View file

@ -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');