Commit 98463eeb authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents d3811eab 15916ad5
import { __ } from '~/locale';
const notImplemented = () => {
throw new Error(__('Not implemented!'));
throw new Error('Not implemented!');
};
export default {
......
import * as mutationTypes from './mutation_types';
import { __ } from '~/locale';
const notImplemented = () => {
throw new Error(__('Not implemented!'));
throw new Error('Not implemented!');
};
export default {
......
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