assign backup

pull/1617/head
Brian Cao 2022-10-31 10:38:37 -07:00
parent d32d5e75e9
commit 572df48667
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
); );