Skip to content
Snippets Groups Projects
Unverified Commit d9a5e06b authored by syuilo's avatar syuilo
Browse files

Fix bug

parent b6889e9a
No related branches found
Tags 11.0.0-alpha.3
No related merge requests found
......@@ -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;
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment