summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/repo
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-11-06 13:07:59 +0000
committerPhil Hughes <me@iamphill.com>2017-11-10 16:55:58 +0000
commit8ccbfa2f26431ff2c001660da5e7629d35d98169 (patch)
treed9ff5fa4ada7abd3b73d22f503fabe13eaa80922 /app/assets/javascripts/repo
parentf82af4bdcf19328d763aeb39d9d77a45c9cb9547 (diff)
downloadgitlab-ce-8ccbfa2f26431ff2c001660da5e7629d35d98169.tar.gz
test updates
Diffstat (limited to 'app/assets/javascripts/repo')
-rw-r--r--app/assets/javascripts/repo/stores/actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/repo/stores/actions.js b/app/assets/javascripts/repo/stores/actions.js
index be290c268b1..dc55602d2f7 100644
--- a/app/assets/javascripts/repo/stores/actions.js
+++ b/app/assets/javascripts/repo/stores/actions.js
@@ -3,7 +3,7 @@ import flash from '../../flash';
import service from '../services';
import * as types from './mutation_types';
-export const redirectToUrl = url => gl.utils.visitUrl(url);
+export const redirectToUrl = (_, url) => gl.utils.visitUrl(url);
export const setInitialData = ({ commit }, data) => commit(types.SET_INITIAL_DATA, data);