biome lint --write
This commit is contained in:
parent
b9a77cc61d
commit
8372348148
10 changed files with 27 additions and 27 deletions
|
|
@ -109,7 +109,7 @@ export const notifications = {
|
|||
|
||||
// Only add a new notification if we don't have one for the same action
|
||||
// eslint-disable-next-line no-prototype-builtins
|
||||
if (!state.idStore.hasOwnProperty(notification.id)) {
|
||||
if (!Object.hasOwn(state.idStore, notification.id)) {
|
||||
commit('updateNotificationsMinMaxId', notification.id)
|
||||
commit('addNewNotifications', { notifications: [notification] })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue