style: fix HomeView.vue formatting from linter

This commit is contained in:
Matthew Raymer
2025-09-05 04:03:12 +00:00
parent b57be7670c
commit 04178bf9f8

View File

@@ -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(
"[HomeView] loadNewOffers() - activeDid found, calling API",
{
activeDid: this.activeDid, activeDid: this.activeDid,
apiServer: this.apiServer, apiServer: this.apiServer,
isRegistered: this.isRegistered, isRegistered: this.isRegistered,
lastAckedOfferToUserJwtId: this.lastAckedOfferToUserJwtId, lastAckedOfferToUserJwtId: this.lastAckedOfferToUserJwtId,
}); },
);
try { try {
const offersToUserData = await getNewOffersToUser( const offersToUserData = await getNewOffersToUser(