Skip to content

Commit

Permalink
refactor: apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sixmen committed Dec 14, 2023
1 parent 0bf1748 commit 35add72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
packages/*/lib
doc/.docusaurus
doc/build
2 changes: 1 addition & 1 deletion packages/graphql/src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface Options {
updated_at_column?: string;
}

function getGraphQlType(property: NonNullable<typeof cormo.BaseModel['_schema']['path']>) {
function getGraphQlType(property: NonNullable<(typeof cormo.BaseModel)['_schema']['path']>) {
let graphql_type: GraphQLScalarType | undefined;
if (property.record_id) {
return new GraphQLNonNull(GraphQLID);
Expand Down

0 comments on commit 35add72

Please sign in to comment.