This commit is contained in:
Hannah 2024-07-04 14:22:58 +01:00
parent e2098eadfa
commit db1afc40b4

View File

@ -141,7 +141,7 @@ export class Client {
this.resolve_config = resolve_config.bind(this);
this.resolve_cookies = resolve_cookies.bind(this);
this.upload = upload.bind(this);
this.handle_space_success = this.handle_space_success.bind(this);
// this.handle_space_success = this.handle_space_success.bind(this);
}
private async init(): Promise<void> {