feat: service category deleting
This commit is contained in:
		@@ -40,7 +40,7 @@ class ServiceSchema(BaseSchema):
 | 
			
		||||
    category_prices: List[ServiceCategoryPriceSchema]
 | 
			
		||||
    cost: Optional[int]
 | 
			
		||||
    rank: str
 | 
			
		||||
    is_placeholder: bool = False
 | 
			
		||||
    is_placeholder: Optional[bool] = False
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# endregion
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user