chore: add feature flag linear_integration

This commit is contained in:
Muhsin Keloth
2024-05-07 15:13:33 +05:30
parent ee184d9792
commit 0a45b7e156
3 changed files with 22 additions and 6 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ class Integrations::Linear::ProcessorService
{
users: response['users']['nodes'].map(&:as_json),
projects: response['projects']['nodes'].map(&:as_json),
workflowStates: response['workflowStates']['nodes'].map(&:as_json),
issueLabels: response['issueLabels']['nodes'].map(&:as_json)
states: response['workflowStates']['nodes'].map(&:as_json),
labels: response['issueLabels']['nodes'].map(&:as_json)
}
end