Skip to content

Commit 877fc33

Browse files
committed
↩️ revert
1 parent 8044421 commit 877fc33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/gql/builder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ export const rumble = <
163163
return {
164164
...fields,
165165
...relations,
166-
} as any;
166+
};
167167
},
168-
}) as any;
168+
});
169169
};
170170

171171
return {

0 commit comments

Comments
 (0)