debian-mirror-gitlab/spec/frontend/profile/mock_data.js
2023-05-27 22:25:52 +05:30

22 lines
431 B
JavaScript

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,
};