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

boards_util.js « boards « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3178bda93b89f59da5c25188cfc44246507045ed (plain)
1
2
3
4
5
6
7
export function getMilestone() {
  return null;
}

export default {
  getMilestone,
};