We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48167d commit 56fd0f8Copy full SHA for 56fd0f8
.github/checkQNetworkReplyErrorCodeUpdate.js
@@ -45,8 +45,8 @@ const shortenCommitId = commitId => {
45
};
46
47
const fetchQNetworkReplyErrorCodeListFromGitHub = async ( github ) => {
48
- console.log( github.repos );
49
- const response = await github.repos.getContent( {
+ const getContent = github.repos.getContent || github.repos.getContents;
+ const response = await getContent( {
50
owner: 'qt',
51
repo: 'qtbase',
52
path: 'src/network/access/qnetworkreply.h',
0 commit comments