1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix isFunction import.

Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
Panu Horsmalahti 2021-10-21 14:21:36 +03:00
parent dd0ba16d45
commit a667da41c8

View File

@ -22,7 +22,7 @@
// Base class for building all kubernetes apis
import merge from "lodash/merge";
import isFunction from "lodash/isfunction";
import { isFunction } from "lodash";
import { stringify } from "querystring";
import { apiKubePrefix, isDevelopment } from "../../common/vars";
import logger from "../../main/logger";