Untitled
unknown
javascript
2 years ago
333 B
6
Indexable
async firstUpdated() {
super.firstUpdated();
this.businessCustomer = this.isBusinessCustomer();
try {
this.sessionData = await AabFooter.getSessionData();
if (this.sessionData) {
this.representatives = await AabFooter.getRepresentatives();
}
} catch (err) {
return undefined;
}
}Editor is loading...
Leave a Comment