Circuits OK

Accounts Ok
Movements OK
This commit is contained in:
Paolo Arena
2022-09-14 11:32:04 +02:00
parent 2f24a02a63
commit 845e244470
90 changed files with 362 additions and 258 deletions

View File

@@ -84,7 +84,7 @@ const userjson = JSON.stringify(users[0]);
const mynewID = new ObjectID();
const mongoose = require('mongoose').set('debug', process.env.DEBUG)
const mongoose = require('mongoose').set('debug', false)
var ObjectId = mongoose.Types.ObjectId;