mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Removing unused code
This commit is contained in:
parent
9dc79fda7d
commit
22713b7777
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
import { bindKey, compact, get, has, set, trim, trimRight } from 'lodash';
|
||||
import { compact, get, has, set, trim, trimRight } from 'lodash';
|
||||
import { unset } from '../../utils';
|
||||
import { methodNotAllowed } from 'boom';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { get, isUndefined, isNull, noop, set } from 'lodash';
|
||||
import { get, isUndefined, noop, set } from 'lodash';
|
||||
import { unset } from '../../utils';
|
||||
|
||||
export default function (oldKey, newKey) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { get, isUndefined, isNull, noop } from 'lodash';
|
||||
import { get, isUndefined, noop } from 'lodash';
|
||||
import { unset } from '../../utils';
|
||||
|
||||
export default function (oldKey) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue