Merge pull request #65 from pablohashescobar/fix/typo_module_issue

fix: typo is module issue create
This commit is contained in:
Vamsi Kurama 2022-12-21 23:28:35 +05:30 committed by GitHub
commit 8af78f7046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ class ModuleIssueViewSet(BaseViewSet):
[ [
ModuleIssue( ModuleIssue(
module=module, module=module,
issue_id=issue, issue=issue,
project_id=project_id, project_id=project_id,
workspace=module.workspace, workspace=module.workspace,
created_by=request.user, created_by=request.user,