chore: cleanup

This commit is contained in:
Muhsin Keloth
2024-05-21 12:36:19 +05:30
parent df0a7a348b
commit 70e1bf8d31
6 changed files with 0 additions and 52 deletions
@@ -41,17 +41,6 @@ class Integrations::Linear::ProcessorService
}
end
def create_comment(issue_id, comment)
response = linear_client.create_comment(issue_id, comment)
return response if response[:error]
{
id: response['commentCreate']['comment']['id'],
body: response['commentCreate']['comment']['body']
}
end
def unlink_issue(link_id)
response = linear_client.unlink_issue(link_id)
return response if response[:error]