diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index aeb5f381..45dbfea8 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -742,12 +742,15 @@ export default class HomeView extends Vue { }); if (this.activeDid) { - logger.debug("[HomeView] loadNewOffers() - activeDid found, calling API", { - activeDid: this.activeDid, - apiServer: this.apiServer, - isRegistered: this.isRegistered, - lastAckedOfferToUserJwtId: this.lastAckedOfferToUserJwtId, - }); + logger.debug( + "[HomeView] loadNewOffers() - activeDid found, calling API", + { + activeDid: this.activeDid, + apiServer: this.apiServer, + isRegistered: this.isRegistered, + lastAckedOfferToUserJwtId: this.lastAckedOfferToUserJwtId, + }, + ); try { const offersToUserData = await getNewOffersToUser(