Add github api logging
This commit is contained in:
parent
b6d5c5994d
commit
0e2f1eb5e1
@ -93,6 +93,7 @@ const getGitHubCommitsBehindFromCommit = async (params?: RepoParams) => {
|
|||||||
FETCH_CONFIG,
|
FETCH_CONFIG,
|
||||||
);
|
);
|
||||||
const data = await response.json();
|
const data = await response.json();
|
||||||
|
console.log('getGitHubCommitsBehindFromCommit', data);
|
||||||
return data.behind_by as number;
|
return data.behind_by as number;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user