Separate listPagination

This commit is contained in:
Alex Gleason
2024-08-06 19:04:27 -05:00
parent d285b7dced
commit 5d6ab9f63b
5 changed files with 17 additions and 8 deletions

View File

@@ -563,7 +563,7 @@ const zapController: AppController = async (c) => {
const zappedByController: AppController = async (c) => {
const id = c.req.param('id');
const params = c.get('pagination');
const params = c.get('listPagination');
const store = await Storages.db();
const db = await DittoDB.getInstance();