Removed breaking change + bumped version

This commit is contained in:
EJS00102
2024-10-15 15:49:58 +02:00
parent 6d367fd2cf
commit 17558909c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ export class V1 {
contact = await prisma.contact.create({
data: {
email,
subscribed: subscribed ?? false,
subscribed: subscribed ?? true,
projectId: project.id,
},
});