Skip to content

Commit

Permalink
createMany -> create (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickykebe authored Dec 24, 2023
1 parent 8444d7d commit 6d9f84f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export async function action({ request, params }: DataFunctionArgs) {
// 🐨 add images here and inline all three of the other calls here:
// deleteMany: https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#deletemany-1
// updateMany: https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#updatemany
// createMany: https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#createmany
// create: https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#create
},
})

Expand Down

0 comments on commit 6d9f84f

Please sign in to comment.