forked from jsnbuchanan/crowd-funder-for-time-pwa
style: fix HomeView.vue formatting from linter
This commit is contained in:
@@ -742,12 +742,15 @@ export default class HomeView extends Vue {
|
||||
});
|
||||
|
||||
if (this.activeDid) {
|
||||
logger.debug("[HomeView] loadNewOffers() - activeDid found, calling API", {
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user