minor adjustment

This commit is contained in:
Kristaps Fabians Geikins
2024-09-26 16:04:37 +03:00
parent b924de56b6
commit 76f2e096b5
@@ -229,7 +229,7 @@ export const getBranchLatestCommitsFactory =
return await q
}
export const getPaginatedProjectModelsBaseQueryFactory =
const getPaginatedProjectModelsBaseQueryFactory =
(deps: { db: Knex }) =>
<T>(projectId: string, params: ProjectModelsArgs) => {
const { filter } = params