Skip to content

Commit

Permalink
Build from edgedb-js eefc05fd4842a08daf45f74d113b7d65e930678e
Browse files Browse the repository at this point in the history
  • Loading branch information
edgedb-ci committed Sep 5, 2022
1 parent 4a63121 commit c79f37c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions _src/reflection/path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@ export type $linkPropify<Root extends ObjectTypeSet> = Root extends {
any,
any
>
? pathifyLinkProps<
// tslint:disable-next-line
LinkProps,
Root,
PathParent<Parent, L>
>
? pathifyLinkProps<LinkProps, Root, PathParent<Parent, L>>
: {}
: unknown;

Expand Down
2 changes: 1 addition & 1 deletion _src/reflection/syntax.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.2
0.22.3

0 comments on commit c79f37c

Please sign in to comment.