Enhanced API

This commit is contained in:
Qolzam
2017-07-18 12:47:41 +04:30
parent cb563384e6
commit a0031fdbb8
3 changed files with 44 additions and 83 deletions

View File

@@ -16,7 +16,7 @@ export const getContentTags = (content) => {
return newTags
}
export const sortObjectsDate = function (objects) {
export const sortObjectsDate = (objects) => {
var sortedObjects = objects;
// Sort posts with creation date