added linting
added linting
This commit is contained in:
@@ -16,7 +16,7 @@ export function createClient() {
|
||||
export async function createUploadImageUrl(
|
||||
mc: minio.Client,
|
||||
objectName: string,
|
||||
contentType: string
|
||||
contentType: string,
|
||||
) {
|
||||
let policy = mc.newPostPolicy();
|
||||
policy.setKey(objectName);
|
||||
|
||||
Reference in New Issue
Block a user