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