mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
AI review fixes
This commit is contained in:
parent
edceb3e0db
commit
edbec1ef41
1 changed files with 2 additions and 2 deletions
|
|
@ -274,7 +274,7 @@ class Create extends Action
|
|||
->setAttribute('latestDeploymentStatus', $deployment->getAttribute('status', ''));
|
||||
$dbForProject->updateDocument('sites', $site->getId(), $site);
|
||||
|
||||
$sitesDomain = $platform['siteDomain'];
|
||||
$sitesDomain = $platform['sitePreviewDomain'];
|
||||
$domain = ID::unique() . "." . $sitesDomain;
|
||||
|
||||
// TODO: (@Meldiron) Remove after 1.7.x migration
|
||||
|
|
@ -344,7 +344,7 @@ class Create extends Action
|
|||
->setAttribute('latestDeploymentStatus', $deployment->getAttribute('status', ''));
|
||||
$dbForProject->updateDocument('sites', $site->getId(), $site);
|
||||
|
||||
$sitesDomain = $platform['siteDomain'];
|
||||
$sitesDomain = $platform['sitePreviewDomain'];
|
||||
$domain = ID::unique() . "." . $sitesDomain;
|
||||
$ruleId = md5($domain);
|
||||
$authorization->skip(
|
||||
|
|
|
|||
Loading…
Reference in a new issue