Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMusgrave authored and Nilan Marktanner committed Oct 19, 2018
1 parent c2af4d1 commit 3fc3c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function main() {
// Create a new user with a new post
const newUser = await prisma
.createUser({
name: "Alice"
name: "Alice",
posts: {
create: {
title: "The data layer for modern apps",
Expand Down

0 comments on commit 3fc3c26

Please sign in to comment.