mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Linting update
This commit is contained in:
@@ -56,6 +56,7 @@ function createHookObject(toastFunc: (toast:IToast) => void) {
|
||||
return {
|
||||
success: toastFunc,
|
||||
error: (error: Error) => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error(error.message);
|
||||
toastFunc({
|
||||
variant: 'danger',
|
||||
|
||||
Reference in New Issue
Block a user