Skip to content

Commit

Permalink
fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcafee committed Sep 13, 2023
1 parent fdc9154 commit a1db8c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/API.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export class APIClass extends InternalAPIClass {
generateClient<T extends Record<any, any> = never>(): V6Client<T> {
const client: V6Client<any> = {
graphql: v6graphql,
models: {},
};

return client as V6Client<T>;
Expand Down

0 comments on commit a1db8c1

Please sign in to comment.