Skip to content

Commit 3c4399b

Browse files
Update up.js
1 parent 4d9f5c0 commit 3c4399b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

up.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ var old = await octokit.request('GET /repos/{owner}/{repo}/contents/{path}', {
1616
'X-GitHub-Api-Version': '2022-11-28'
1717
}
1818
})
19-
console.log("yyyy")
20-
console.log(old.data.sha)
2119
var content = '<html><head></head><body>Hello World<script type="module" src="https://kittenapps-films.github.io/up.js"></script></body></html>'
2220
await octokit.request('PUT /repos/{owner}/{repo}/contents/{path}', {
2321
owner: 'KittenApps-Films',

0 commit comments

Comments
 (0)