Removed breaking change + bumped version
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "plunk",
|
"name": "plunk",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "agpl-3.0",
|
"license": "agpl-3.0",
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ export class V1 {
|
|||||||
contact = await prisma.contact.create({
|
contact = await prisma.contact.create({
|
||||||
data: {
|
data: {
|
||||||
email,
|
email,
|
||||||
subscribed: subscribed ?? false,
|
subscribed: subscribed ?? true,
|
||||||
projectId: project.id,
|
projectId: project.id,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user