nodebb-plugin-calendar-onekite 12.0.22 → 12.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/lib/api.js +0 -2
- package/package.json +1 -1
- package/plugin.json +1 -1
package/CHANGELOG.md
CHANGED
package/lib/api.js
CHANGED
|
@@ -407,8 +407,6 @@ api.getEvents = async function (req, res) {
|
|
|
407
407
|
const supd = parseInt(sev.updatedAt || sev.modifiedAt || sev.createdAt || 0, 10) || 0;
|
|
408
408
|
if (supd > maxUpdated) maxUpdated = supd;
|
|
409
409
|
const full = eventsForSpecial(sev);
|
|
410
|
-
const supd = parseInt(sev.updatedAt || sev.modifiedAt || sev.createdAt || 0, 10) || 0;
|
|
411
|
-
if (supd > maxUpdated) maxUpdated = supd;
|
|
412
410
|
const minimal = {
|
|
413
411
|
id: full.id,
|
|
414
412
|
title: full.title,
|
package/package.json
CHANGED
package/plugin.json
CHANGED