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 committed Mar 17, 2022
1 parent 50ac6e2 commit cfa05ab
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 cfa05ab

Please sign in to comment.