Skip to content

Commit

Permalink
prettier: fix formatting (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Mar 8, 2021
1 parent 5b033dc commit 1c9a0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/__tests__/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const postData = {
const { nodeField, nodeInterface } = nodeDefinitions(
(globalId) => {
const { type, id } = fromGlobalId(globalId);
switch(type) {
switch (type) {
case 'User':
return userData[id];
case 'Photo':
Expand Down

0 comments on commit 1c9a0ae

Please sign in to comment.