mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
Update linters (#1897)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
6b84cf6b59
commit
e9df9b6672
4 changed files with 222 additions and 254 deletions
|
@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue