mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-23 21:59:28 -05:00
fix: product creation bug (#2768)
This commit is contained in:
@@ -103,10 +103,6 @@ export const POST = async (request: Request) => {
|
||||
await createMembership(organization.id, user.id, { role: "owner", accepted: true });
|
||||
const product = await createProduct(organization.id, {
|
||||
name: "My Product",
|
||||
config: {
|
||||
channel: null,
|
||||
industry: null,
|
||||
},
|
||||
});
|
||||
|
||||
const updatedNotificationSettings = {
|
||||
|
||||
Reference in New Issue
Block a user