Skip to content

Commit 1d4d3cc

Browse files
return object literal now to fit with dominant style
1 parent d90ff05 commit 1d4d3cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/mutation/mutation.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function mutationWithClientMutationId(
8484
fields: augmentedInputFields
8585
});
8686

87-
var mutationField = {
87+
return {
8888
type: outputType,
8989
description: description,
9090
args: {
@@ -97,6 +97,4 @@ export function mutationWithClientMutationId(
9797
});
9898
}
9999
};
100-
101-
return mutationField;
102100
}

0 commit comments

Comments
 (0)