summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores/modules/merge_requests/getters.js
blob: 8e2b234be8dfda19b4f64e37c01ce9c831b312be (plain)
1
2
3
4
export const getData = state => type => state[type];

export const assignedData = state => state.assigned;
export const createdData = state => state.created;