Skip to content

Commit 7d5c9b7

Browse files
authored
Apply suggestion from @igalklebanov
1 parent dabc8e9 commit 7d5c9b7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/readonly/readonly-query-creator.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import type {
1010
/**
1111
* Similar to {@link QueryCreator} but read-only.
1212
*/
13-
// `DB` is `in out` for the same reason it is on `Kysely`. See the comment above
14-
// the `Kysely` class in `src/kysely.ts`.
1513
export interface ReadonlyQueryCreator<in out DB> extends Pick<
1614
QueryCreator<DB>,
1715
'selectFrom' | 'selectNoFrom'

0 commit comments

Comments
 (0)