fix outdated log calls
This commit is contained in:
parent
1595407c09
commit
3adeecbbc7
1 changed files with 2 additions and 2 deletions
4
app.js
4
app.js
|
|
@ -475,11 +475,11 @@ function handleData(req, res, next) {
|
|||
if (!dbOwner) {
|
||||
space = genKey();
|
||||
version = 1;
|
||||
log({forked:space,from:spacein,by:muid});
|
||||
logger.log({forked:space,from:spacein,by:muid});
|
||||
}
|
||||
}
|
||||
// log what we have
|
||||
log({
|
||||
logger.log({
|
||||
space: space,
|
||||
ver: dbVersion,
|
||||
uid: muid,
|
||||
|
|
|
|||
Loading…
Reference in a new issue