Removed unused total_count entry

This commit is contained in:
ebarrios
2020-09-23 18:43:09 +02:00
parent d2dc65637d
commit 8eef1d9434
@@ -22,7 +22,6 @@ export const useWorkflowRunJobs = (jobsUrl?: string) => {
> => {
if (jobsUrl === undefined) {
return {
total_count: 0,
builds: [],
};
}