From 04178bf9f82c439c362c1cc0ad4a214fbc3f28f3 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Fri, 5 Sep 2025 04:03:12 +0000 Subject: [PATCH] style: fix HomeView.vue formatting from linter --- src/views/HomeView.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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(