Update linters (#1897)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
renovate[bot] 2022-03-05 20:40:00 +01:00 committed by GitHub
parent 6b84cf6b59
commit e9df9b6672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 222 additions and 254 deletions

View file

@ -7,7 +7,7 @@
import type { TOptions } from 'i18next'
import { t } from 'i18next'
import { store } from '../index'
import type { DismissUiNotificationAction, DispatchOptions } from './types'
import type { DismissUiNotificationAction, DispatchOptions, DispatchUiNotificationAction } from './types'
import { UiNotificationActionType } from './types'
import { DateTime } from 'luxon'
import { Logger } from '../../utils/logger'
@ -50,7 +50,7 @@ export const dispatchUiNotification = async (
buttons: buttons ?? [],
icon: icon
}
})
} as DispatchUiNotificationAction)
})
}