Skip to content

Commit

Permalink
Build from edgedb-js 74db978d8276459d806a72466e12717c6478f43b
Browse files Browse the repository at this point in the history
  • Loading branch information
edgedb-ci committed Aug 1, 2022
1 parent e893ccd commit 7ac5e96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions _src/reflection/typesystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,6 @@ export type stripNonInsertables<T extends ObjectTypePointers> = {
? never
: [k] extends ["__type__"]
? never
: [k] extends ["id"]
? never
: T[k];
};

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.1
0.21.2

0 comments on commit 7ac5e96

Please sign in to comment.