Skip to content

Commit

Permalink
GraphQL ADR: Remove redundant comma in index.js
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
  • Loading branch information
marco-miller authored and Rodrigoplp-work committed Mar 25, 2022
1 parent 1f78bf8 commit 1becc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/adr/0002/graphql-server-prototype/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const resolvers = {
return -1;
}
}
},
}
};

const server = new ApolloServer({ typeDefs, resolvers });
Expand Down

0 comments on commit 1becc8b

Please sign in to comment.