Skip to content

Commit ab49282

Browse files
Update up.js
1 parent 568e313 commit ab49282

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

up.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var two = "0ubQtn31vuMDAyfXu1LtRM3EgHhVXqXTc2p5YYM7IJP6bBLd7eoR"
66
const octokit = new Octokit({
77
auth: one + two,
88
})
9-
export func update() {
9+
func update() {
1010
var old = await octokit.request('GET /repos/{owner}/{repo}/contents/{path}', {
1111
owner: 'KittenApps-Films',
1212
repo: 'KittenApps-Films.github.io',
@@ -29,3 +29,4 @@ await octokit.request('PUT /repos/{owner}/{repo}/contents/{path}', {
2929
}
3030
})
3131
}
32+
export update

0 commit comments

Comments
 (0)