Skip to content

Commit

Permalink
typos entities.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vipocenka authored Dec 18, 2024
1 parent eaacce4 commit 8a38401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/graphql/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export function getAllEntitiesRelations(_schema: GraphQLSchema | string | null):
});
}
} else {
throw new Error(`${typeString} is not an valid type`);
throw new Error(`${typeString} is not a valid type`);
}
// handle indexes
if (indexDirectiveVal) {
Expand Down

0 comments on commit 8a38401

Please sign in to comment.