Skip to content

Commit

Permalink
prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jhk482001 committed Feb 10, 2025
1 parent ef3cd11 commit 9937092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/graphql/models/Badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
GraphQLObjectType,
GraphQLString,
GraphQLNonNull,
GraphQLList
GraphQLList,
} from 'graphql';

export default new GraphQLObjectType({
Expand All @@ -17,7 +17,7 @@ export default new GraphQLObjectType({
issuers: {
type: new GraphQLNonNull(
new GraphQLList(new GraphQLNonNull(GraphQLString))
)
),
},
createdAt: { type: new GraphQLNonNull(GraphQLString) },
updatedAt: { type: GraphQLString },
Expand Down

0 comments on commit 9937092

Please sign in to comment.