Skip to content

Commit

Permalink
fix import paths (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
soson authored Sep 4, 2023
1 parent 7d5e387 commit b19713d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prisma/seed.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const client_1 = require('@prisma/client');
const csv_parse_1 = require('csv-parse');
const fs_1 = require('fs');
const json_templates_1 = __importDefault(require('json-templates'));
const import_csv_helpers_1 = require('../src/helpers/import-csv.helpers');
const utils_helpers_1 = require('../src/helpers/utils.helpers');
const import_csv_helpers_1 = require('../helpers/import-csv.helpers');
const utils_helpers_1 = require('../helpers/utils.helpers');
const DEFAULT_UNICONFIG_ZONE = 'localhost';
const { X_TENANT_ID } = process.env;
if (!X_TENANT_ID) {
Expand Down

0 comments on commit b19713d

Please sign in to comment.