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

mock_data.js « profile « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7106ea84619522b359584447efc4a967296f6607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export const userCalendarResponse = {
  '2022-11-18': 13,
  '2022-11-19': 21,
  '2022-11-20': 14,
  '2022-11-21': 15,
  '2022-11-22': 20,
  '2022-11-23': 21,
  '2022-11-24': 15,
  '2022-11-25': 14,
  '2022-11-26': 16,
  '2022-11-27': 13,
  '2022-11-28': 4,
  '2022-11-29': 1,
  '2022-11-30': 1,
  '2022-12-13': 1,
  '2023-01-10': 3,
  '2023-01-11': 2,
  '2023-01-20': 1,
  '2023-02-02': 1,
  '2023-02-06': 2,
  '2023-02-07': 2,
};