From bf1edda9c766bc217b7bb8a6fb22cd427e1514eb Mon Sep 17 00:00:00 2001 From: ppetzold Date: Mon, 20 Mar 2023 20:57:29 +0100 Subject: [PATCH] fix: lint issue --- src/paginate.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/paginate.ts b/src/paginate.ts index 1f34be4..d2bf682 100644 --- a/src/paginate.ts +++ b/src/paginate.ts @@ -23,7 +23,6 @@ import { positiveNumberOrDefault, RelationColumn, SortBy, - hasColumnWithPropertyPath, includesAllPrimaryKeyColumns, isEntityKey, getQueryUrlComponents,