Skip to content

Commit

Permalink
Revert "HCK-7301: try to fix missing dependency (#117)"
Browse files Browse the repository at this point in the history
This reverts commit ac47339.
  • Loading branch information
chulanovskyi-bs authored Jul 19, 2024
1 parent 12a2486 commit 1e5fe2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions forward_engineering/helpers/columnDefinitionHelper.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const _ = require('lodash');
const templates = require('../configs/templates');

module.exports = app => {
const templates = require('../configs/templates');
const assignTemplates = app.require('@hackolade/ddl-fe-utils').assignTemplates;
const _ = app.require('lodash');

const decorateType = (type, columnDefinition) => {
type = _.toUpper(type);
Expand Down

0 comments on commit 1e5fe2a

Please sign in to comment.