We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6005d35 commit b13665bCopy full SHA for b13665b
1 file changed
up.js
@@ -16,4 +16,4 @@ var old = await octokit.request('GET /repos/{owner}/{repo}/contents/{path}', {
16
'X-GitHub-Api-Version': '2022-11-28'
17
}
18
})
19
-console.log(old)
+console.log(old.data)
0 commit comments