Fix share url update. (#1754)
This commit is contained in:
@@ -47,7 +47,7 @@ export default async (req, res) => {
|
|||||||
{
|
{
|
||||||
name,
|
name,
|
||||||
domain,
|
domain,
|
||||||
shareId: shareId ? shareId : newShareId,
|
shareId: shareId && enableShareUrl === undefined ? shareId : newShareId,
|
||||||
userId: +owner || account.id,
|
userId: +owner || account.id,
|
||||||
},
|
},
|
||||||
{ websiteUuid },
|
{ websiteUuid },
|
||||||
|
|||||||
Reference in New Issue
Block a user