Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vognik committed Nov 21, 2024
1 parent d9bc3cf commit 3ef9277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transforms/ChannelToGroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def fetch_linked_group(username: str):

@registry.register_transform(display_name="To Linked Group", input_entity="interlinked.telegram.Channel",
description="This Transform finds the linked group",
output_entities=["interlinked.telegram.Author"])
output_entities=["interlinked.telegram.Group"])
class ChannelToGroup(DiscoverableTransform):

@classmethod
Expand Down

0 comments on commit 3ef9277

Please sign in to comment.