Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stat-kwon committed Dec 23, 2023
1 parent 8106923 commit aca0a8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_project_channel(
):
return self.project_channel_model.get(
project_channel_id=project_channel_id,
workspcae_id=workspace_id,
workspace_id=workspace_id,
domain_id=domain_id,
)

Expand Down

0 comments on commit aca0a8e

Please sign in to comment.