mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 20:41:17 +01:00
fixed time for month
This commit is contained in:
@@ -101,7 +101,7 @@ schema = require('./schema.js'),
|
||||
var terms = {
|
||||
day: 86400000,
|
||||
week: 604800000,
|
||||
month: 18144000000
|
||||
month: 2592000000
|
||||
};
|
||||
|
||||
var since = terms['day'];
|
||||
|
||||
Reference in New Issue
Block a user