Skip to content
代码片段 群组 项目
提交 8d1e15a2 编辑于 作者: Payton Burdette's avatar Payton Burdette
浏览文件

Remove mock data

上级 05c851cb
No related branches found
No related tags found
无相关合并请求
...@@ -11,36 +11,3 @@ export const groupReleaseStatsQueryResponse = { ...@@ -11,36 +11,3 @@ export const groupReleaseStatsQueryResponse = {
}, },
}, },
}; };
export const ciMinutesUsageNamespace = {
data: {
ciMinutesUsage: {
nodes: [
{
month: 'December',
monthIso8601: '2021-12-01',
sharedRunnersDuration: 110,
__typename: 'CiMinutesNamespaceMonthlyUsage',
},
{
month: 'November',
monthIso8601: '2021-11-01',
sharedRunnersDuration: 95,
__typename: 'CiMinutesNamespaceMonthlyUsage',
},
{
month: 'October',
monthIso8601: '2021-10-01',
sharedRunnersDuration: 85,
__typename: 'CiMinutesNamespaceMonthlyUsage',
},
{
month: 'September',
monthIso8601: '2021-09-01',
sharedRunnersDuration: 85,
__typename: 'CiMinutesNamespaceMonthlyUsage',
},
],
},
},
};
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册