Skip to content

Commit

Permalink
fix(builtins): rename helpers to csv-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Dec 12, 2024
1 parent a3e4e96 commit b25d489
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/if-run/builtins/csv-import/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
nanifyEmptyValues,
parseCSVFile,
retrieveFile,
} from '../util/helpers';
} from '../util/csv-helpers';

const {MISSING_CONFIG} = STRINGS;

Expand Down
2 changes: 1 addition & 1 deletion src/if-run/builtins/csv-lookup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
nanifyEmptyValues,
parseCSVFile,
retrieveFile,
} from '../util/helpers';
} from '../util/csv-helpers';

const {MISSING_CONFIG, NO_QUERY_DATA} = STRINGS;

Expand Down
File renamed without changes.

0 comments on commit b25d489

Please sign in to comment.