Skip to content

Commit 9ec8c19

Browse files
committed
fix: resolve linting issues
Signed-off-by: pallavibakale <pallavibakale09@gmail.com>
1 parent ad58efe commit 9ec8c19

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/ContactDetails/ContactDetailsProperty.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ export default {
314314
}
315315
}
316316
},
317+
317318
},
318319
319320
// property value(s)

src/store/contacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ const actions = {
486486
newContact.dav.favorite = savedFavorite
487487
context.commit('updateContact', newContact)
488488
})
489-
.catch((error) => { throw error })
489+
.catch((error) => { throw error })
490490
},
491491
}
492492

0 commit comments

Comments
 (0)