assign backup
This commit is contained in:
@@ -44,7 +44,7 @@ export default async (req, res) => {
|
|||||||
name,
|
name,
|
||||||
domain,
|
domain,
|
||||||
shareId: shareId ? shareId : newShareId,
|
shareId: shareId ? shareId : newShareId,
|
||||||
userId: +owner,
|
userId: +owner || account.id,
|
||||||
},
|
},
|
||||||
{ websiteUuid },
|
{ websiteUuid },
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user