Rename vercelBlobCopy arguments
This commit is contained in:
parent
580926caca
commit
ecc08c1cb9
@ -29,13 +29,13 @@ export const vercelBlobUploadFromClient = async (
|
||||
.then(({ url }) => url);
|
||||
|
||||
export const vercelBlobCopy = (
|
||||
fileNameSource: string,
|
||||
fileNameDestination: string,
|
||||
sourceUrl: string,
|
||||
destinationFileName: string,
|
||||
addRandomSuffix?: boolean,
|
||||
): Promise<string> =>
|
||||
copy(
|
||||
fileNameSource,
|
||||
fileNameDestination,
|
||||
sourceUrl,
|
||||
destinationFileName,
|
||||
{
|
||||
access: 'public',
|
||||
addRandomSuffix,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user