Skip to content

Commit

Permalink
fix: lodash import (appsmithorg#25312)
Browse files Browse the repository at this point in the history
  • Loading branch information
berzerkeer authored Jul 12, 2023
1 parent b1a5a16 commit daece53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/WidgetQueryGenerators/Snowflake/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit daece53

Please sign in to comment.