Add missing semicolon
This commit is contained in:
parent
d018aea4f1
commit
45de56650a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ async function uploadFile(releaseID, localPath, remoteName = undefined) {
|
|||
},
|
||||
params: { name: remoteName },
|
||||
}
|
||||
)
|
||||
);
|
||||
};
|
||||
|
||||
async function main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue