Skip to content

Commit 347eead

Browse files
authored
Add missing semi-colon
Closes: graphql#352
1 parent ee3b127 commit 347eead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/graphql-js/Tutorial-Mutations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ var root = {
133133
fakeDatabase[id] = input;
134134
return new Message(id, input);
135135
},
136-
}
136+
};
137137

138138
var app = express();
139139
app.use('/graphql', graphqlHTTP({

0 commit comments

Comments
 (0)