gitlab-org--gitlab-foss/app/assets/javascripts/contributors/stores/state.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
81 B
JavaScript
Raw Normal View History

export default (branch) => ({
loading: false,
chartData: null,
branch,
});