perf: format code with better style (#5283)
This commit is contained in:
@@ -11,7 +11,7 @@ class FileUploader {
|
||||
|
||||
public async upload(
|
||||
url: string,
|
||||
data: { file: Blob | File } & Record<string, any>,
|
||||
data: Record<string, any> & { file: Blob | File },
|
||||
config?: AxiosRequestConfig,
|
||||
): Promise<AxiosResponse> {
|
||||
const formData = new FormData();
|
||||
|
Reference in New Issue
Block a user