Skip to content

Commit

Permalink
Update enable-404.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alinarublea committed Mar 21, 2024
1 parent 97a8e98 commit a1ffd12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enable-404.js
Expand Up @@ -41,7 +41,6 @@ async function getSiteByBaseUrl(siteUrl) {

async function manageOrganizationAndSite(siteUrl, newSiteConfig) {
const siteData = await getSiteByBaseUrl(siteUrl);
const organizationId = '3cd4f9e2-3f81-4909-ac9f-104008f3aa3c';
if (siteData) {
// Site exists, check and merge organization and site config
const mergedSiteConfig = { ...siteData.config, ...newSiteConfig };
Expand Down

0 comments on commit a1ffd12

Please sign in to comment.