Fix runtime error on log out (#1439)

Fixes https://github.com/webrecorder/browsertrix-cloud/issues/1438
This commit is contained in:
sua yoo 2023-12-11 18:37:50 -08:00 committed by GitHub
parent bd59c12b83
commit 7e4650ed61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ export class Org extends LiteElement {
this.onExecutionMinutesQuotaUpdate
);
this.removeEventListener("storage-quota-update", this.onStorageQuotaUpdate);
this.disconnectedCallback();
super.disconnectedCallback();
}
async willUpdate(changedProperties: Map<string, any>) {