fix: lodash import (#25312)
This commit is contained in:
parent
b1a5a1601d
commit
daece53b66
|
|
@ -7,7 +7,7 @@ import type {
|
|||
ActionConfigurationSQL,
|
||||
} from "../types";
|
||||
import { removeSpecialChars } from "utils/helpers";
|
||||
import { without } from "workers/common/JSLibrary/lodash-wrapper";
|
||||
import { without } from "lodash";
|
||||
|
||||
export default abstract class Snowflake extends BaseQueryGenerator {
|
||||
private static buildSelect(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user