Skip to content

Commit

Permalink
fix: delete test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jiho-kr committed Aug 23, 2023
1 parent a882643 commit 237fbe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/interceptor/search-request.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ export function SearchRequestInterceptor(crudOptions: CrudOptions, factoryOption

const operator = (key: keyof T) => ((findOptions.order?.[key] ?? sort) === Sort.DESC ? LessThan : MoreThan);

console.log(findOptions.order, sort);
const cursorCondition: Record<string, FindOperator<T>> = Object.entries(lastObject).reduce(
(queryFilter, [key, operand]) => ({
...queryFilter,
Expand Down

0 comments on commit 237fbe5

Please sign in to comment.