Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
chore: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
Mar0xy committed Nov 21, 2023
1 parent 3f86903 commit cb9cbc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/backend/src/core/SearchService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ type Q =
{ op: 'is not null', k: K} |
{ op: 'and', qs: Q[] } |
{ op: 'or', qs: Q[] } |
{ op: 'not', q: Q } |
{ op: 'in', qs: Q[] };
{ op: 'not', q: Q };

function compileValue(value: V): string {
if (typeof value === 'string') {
Expand Down

0 comments on commit cb9cbc8

Please sign in to comment.