We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab49282 commit 50c2157Copy full SHA for 50c2157
1 file changed
up.js
@@ -6,7 +6,7 @@ var two = "0ubQtn31vuMDAyfXu1LtRM3EgHhVXqXTc2p5YYM7IJP6bBLd7eoR"
6
const octokit = new Octokit({
7
auth: one + two,
8
})
9
-func update() {
+function update() {
10
var old = await octokit.request('GET /repos/{owner}/{repo}/contents/{path}', {
11
owner: 'KittenApps-Films',
12
repo: 'KittenApps-Films.github.io',
0 commit comments