change domen
This commit is contained in:
@@ -41,12 +41,10 @@ async def attach_channel_to_workspace(
|
||||
await self.database.create_project(project)
|
||||
log.info('Project created for channel %s in workspace %s', channel.id, workspace.id)
|
||||
|
||||
await self.ensure_active_purchase_plan(project)
|
||||
|
||||
return dto.ProjectOutput(
|
||||
id=project.id,
|
||||
telegram_id=channel.telegram_id,
|
||||
title=channel.title,
|
||||
username=channel.username,
|
||||
status=project.status,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user