Data Request API helper #10
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ async function uploadFile(releaseID, localPath, remoteName = undefined) {
|
||||||
},
|
},
|
||||||
params: { name: remoteName },
|
params: { name: remoteName },
|
||||||
}
|
}
|
||||||
)
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue