Skip to content

Commit

Permalink
chore: removing the TODOs that are no longer valid (#1778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberxon committed Mar 17, 2023
1 parent dec76a6 commit 045bd10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/types/query/equality.ts
Expand Up @@ -25,5 +25,3 @@ export type EqualityFilter<Fields, Prefix extends string> = NonEmpty<
export type InequalityFilter<Fields, Prefix extends string> = NonEmpty<
ConditionalQueries<Fields, SupportedTypes, Prefix, '[ne]'>
>

// TODO: it still includes 'Link' fields
1 change: 0 additions & 1 deletion test/unit/mocks.ts
Expand Up @@ -66,7 +66,6 @@ const tagSysMock: TagSys = {
environment: { sys: copy(environmentLinkMock) },
}

// TODO make more generic
const sysMock: EntrySys = {
type: 'Entry',
id: 'id',
Expand Down

0 comments on commit 045bd10

Please sign in to comment.