fix: comment typo
This commit is contained in:
		
							parent
							
								
									43cfebd97a
								
							
						
					
					
						commit
						d70333baa6
					
				@ -75,7 +75,7 @@ export async function createDeployments(
 | 
				
			|||||||
      machine_id,
 | 
					      machine_id,
 | 
				
			||||||
      environment,
 | 
					      environment,
 | 
				
			||||||
      org_id: orgId,
 | 
					      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
 | 
					      share_slug: environment == "public-share" ? slugify(`${userName} ${workflow.name}`) : null
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user