diff client/src/store/fairwayavailability.js @ 3381:540ef09bd6bc

fix linting
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 22 May 2019 15:53:05 +0200
parents ccb5455f0713
children 1876b204b004
line wrap: on
line diff
--- a/client/src/store/fairwayavailability.js	Wed May 22 15:38:21 2019 +0200
+++ b/client/src/store/fairwayavailability.js	Wed May 22 15:53:05 2019 +0200
@@ -231,7 +231,7 @@
       });
     },
     loadAvailableFairwayDepthLNWLDiagram: ({ commit, dispatch }, options) => {
-      dispatch("loadAvailableFairwayDepthLNWL", options).then(response => {
+      dispatch("loadAvailableFairwayDepthLNWL", options).then(() => {
         //const data = response;
         let data = LNWLDIAGRAMMOCKDATA;
         Object.keys(data).forEach(diagramComponent => {