|
@ -742,12 +742,15 @@ export default class HomeView extends Vue { |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
if (this.activeDid) { |
|
|
if (this.activeDid) { |
|
|
logger.debug("[HomeView] loadNewOffers() - activeDid found, calling API", { |
|
|
logger.debug( |
|
|
activeDid: this.activeDid, |
|
|
"[HomeView] loadNewOffers() - activeDid found, calling API", |
|
|
apiServer: this.apiServer, |
|
|
{ |
|
|
isRegistered: this.isRegistered, |
|
|
activeDid: this.activeDid, |
|
|
lastAckedOfferToUserJwtId: this.lastAckedOfferToUserJwtId, |
|
|
apiServer: this.apiServer, |
|
|
}); |
|
|
isRegistered: this.isRegistered, |
|
|
|
|
|
lastAckedOfferToUserJwtId: this.lastAckedOfferToUserJwtId, |
|
|
|
|
|
}, |
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
try { |
|
|
try { |
|
|
const offersToUserData = await getNewOffersToUser( |
|
|
const offersToUserData = await getNewOffersToUser( |
|
|