Commit b87735c0 authored by Savas Vedova's avatar Savas Vedova

Apply 1 suggestion(s) to 1 file(s)

parent b5442e8a
...@@ -28,7 +28,6 @@ export const getAddRelatedIssueRequestParams = (reference, defaultProjectId) => ...@@ -28,7 +28,6 @@ export const getAddRelatedIssueRequestParams = (reference, defaultProjectId) =>
return { target_issue_iid: issueId, target_project_id: projectId }; return { target_issue_iid: issueId, target_project_id: projectId };
}; };
// Normalize vulnerability data returned by graphql.
export const normalizeGraphQLVulnerability = (vulnerability) => { export const normalizeGraphQLVulnerability = (vulnerability) => {
if (!vulnerability) { if (!vulnerability) {
return null; return null;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment