fix: comment typo

This commit is contained in:
BennyKok 2024-01-26 07:47:41 +00:00
parent 43cfebd97a
commit d70333baa6

View File

@ -75,7 +75,7 @@ export async function createDeployments(
machine_id,
environment,
org_id: orgId,
// only create share slug if this is plublic share
// only create share slug if this is public share
share_slug: environment == "public-share" ? slugify(`${userName} ${workflow.name}`) : null
});
}