mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
Fix share url update. (#1754)
This commit is contained in:
parent
cd400bcef2
commit
5c683f9103
@ -47,7 +47,7 @@ export default async (req, res) => {
|
||||
{
|
||||
name,
|
||||
domain,
|
||||
shareId: shareId ? shareId : newShareId,
|
||||
shareId: shareId && enableShareUrl === undefined ? shareId : newShareId,
|
||||
userId: +owner || account.id,
|
||||
},
|
||||
{ websiteUuid },
|
||||
|
Loading…
Reference in New Issue
Block a user