feat: полный patch External Channel архивирование creative в patch и
purchase, удалить у них доп ручки/usecase/dto
This commit is contained in:
@@ -23,6 +23,8 @@ async def update_creative(
|
||||
creative.name = input.name
|
||||
if input.text is not None:
|
||||
creative.text = input.text
|
||||
if input.status is not None:
|
||||
creative.status = input.status
|
||||
|
||||
updated = await self.database.update_creative(creative)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user