Welcome to mirror list, hosted at ThFree Co, Russian Federation.

state.js « members « modules « vuex_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1511961245c61e479ebe360ea6b7432e74f360ea (plain)
1
2
3
4
5
export default ({ members, sourceId, currentUserId }) => ({
  members,
  sourceId,
  currentUserId,
});