Update upload_from_url.js
This commit is contained in:
parent
7d15d1c196
commit
96bd1cc730
@ -23,6 +23,7 @@ module.exports = (params, user) =>
|
|||||||
new Promise(async (res, rej) =>
|
new Promise(async (res, rej) =>
|
||||||
{
|
{
|
||||||
// Get 'url' parameter
|
// Get 'url' parameter
|
||||||
|
// TODO: Validate this url
|
||||||
const url = params.url;
|
const url = params.url;
|
||||||
if (url == null) {
|
if (url == null) {
|
||||||
return rej('url is required');
|
return rej('url is required');
|
||||||
|
Loading…
Reference in New Issue
Block a user