Skip to content

Commit

Permalink
Merge pull request #9 from stat-kwon/master
Browse files Browse the repository at this point in the history
fix: fix typo
  • Loading branch information
stat-kwon authored Dec 23, 2023
2 parents 8106923 + aca0a8e commit 4f9cd3b
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 4f9cd3b

Please sign in to comment.