Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/error_tracking/details.js')
-rw-r--r--app/assets/javascripts/error_tracking/details.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/error_tracking/details.js b/app/assets/javascripts/error_tracking/details.js
index a5a7ddc907b..1a92681374b 100644
--- a/app/assets/javascripts/error_tracking/details.js
+++ b/app/assets/javascripts/error_tracking/details.js
@@ -26,7 +26,6 @@ export default () => {
issueId,
projectPath,
issueUpdatePath,
- issueDetailsPath,
issueStackTracePath,
projectIssuesPath,
} = domEl.dataset;
@@ -36,7 +35,6 @@ export default () => {
issueId,
projectPath,
issueUpdatePath,
- issueDetailsPath,
issueStackTracePath,
projectIssuesPath,
csrfToken: csrf.token,