Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed May 8, 2022
1 parent 73033a8 commit d28f864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data_views/public/toasts_debounced.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

import { debounce } from 'lodash';
import { CoreStart } from 'src/core/public';
import { CoreStart } from '@kbn/core/public';
import type { OnNotification } from '../common/types';

export const toastsAddDebounced = (
Expand Down

0 comments on commit d28f864

Please sign in to comment.