chore: rename from team_entites to team_entities

This commit is contained in:
Muhsin Keloth
2024-05-10 15:16:56 +05:30
parent b25e395bf7
commit 4d47fc1c25
10 changed files with 71 additions and 20 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ class Integrations::Linear::ProcessorService
response['teams']['nodes'].map(&:as_json)
end
def team_entites(team_id)
response = linear_client.team_entites(team_id)
def team_entities(team_id)
response = linear_client.team_entities(team_id)
return response if response[:error]
{