Fix: Todo Multi refresh ...

fix some promises problem
This commit is contained in:
Paolo Arena
2019-02-14 19:01:41 +01:00
parent 0b4ac6391d
commit f6fa45a9e9
13 changed files with 191 additions and 121 deletions

View File

@@ -17,6 +17,7 @@ const SubscriberSchema = new Schema({
keys: Schema.Types.Mixed,
userId: String,
access: String,
browser: String,
createDate: {
type: Date,
default: Date.now