[API] Fix bug
This commit is contained in:
		| @@ -66,8 +66,8 @@ module.exports = (params, user) => new Promise(async (res, rej) => { | |||||||
| 			limit: limit, | 			limit: limit, | ||||||
| 			skip: offset, | 			skip: offset, | ||||||
| 			sort: { | 			sort: { | ||||||
| 				_id: -1, | 				repost_count: -1, | ||||||
| 				repost_count: -1 | 				_id: -1 | ||||||
| 			} | 			} | ||||||
| 		}); | 		}); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo