Fix bug
This commit is contained in:
		| @@ -65,7 +65,7 @@ export default define(meta, async (ps) => { | |||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	const logs = await query.take(ps.limit).getMany(); | 	const logs = await query.orderBy('log.createdAt', 'DESC').take(ps.limit).getMany(); | ||||||
|  |  | ||||||
| 	return logs; | 	return logs; | ||||||
| }); | }); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo