Trim
This commit is contained in:
parent
2eef50a849
commit
3c9ef294b0
1 changed files with 0 additions and 10 deletions
|
@ -69,8 +69,6 @@ import UploadHttpClient from "./uploadHttpClient";
|
|||
class UploadService {
|
||||
private uploadURLs: UploadURL[] = [];
|
||||
|
||||
private uploaderName: string;
|
||||
|
||||
private pendingUploadCount: number = 0;
|
||||
|
||||
private publicUploadProps: PublicUploadProps = undefined;
|
||||
|
@ -90,14 +88,6 @@ class UploadService {
|
|||
await this.preFetchUploadURLs();
|
||||
}
|
||||
|
||||
setUploaderName(uploaderName: string) {
|
||||
this.uploaderName = uploaderName;
|
||||
}
|
||||
|
||||
getUploaderName() {
|
||||
return this.uploaderName;
|
||||
}
|
||||
|
||||
getIsCFUploadProxyDisabled() {
|
||||
return this.isCFUploadProxyDisabled;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue