mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 13:17:24 +01:00
WIP(teams): draft of server literal-actual-cron script
This commit is contained in:
@@ -144,6 +144,9 @@ export const schema = new Schema({
|
||||
slug: { $type: String },
|
||||
name: { $type: String },
|
||||
}],
|
||||
cron: {
|
||||
lastProcessed: { $type: Date },
|
||||
},
|
||||
}, {
|
||||
strict: true,
|
||||
minimize: false, // So empty objects are returned
|
||||
|
||||
Reference in New Issue
Block a user