Skip to content

Commit ad59614

Browse files
author
Irene Alvarado
committed
Add new build file
1 parent 9a36b7f commit ad59614

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dist/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
225225
exports.isSQLConfig = exports.isHTTPConfig = exports.getConfig = void 0;
226226
const core = __importStar(__nccwpck_require__(42186));
227227
const z = __importStar(__nccwpck_require__(30489));
228-
// const FormatEnum = z.enum(['csv', 'json'])
229-
// export type FormatEnum = z.infer<typeof FormatEnum>
228+
const FormatEnum = z.enum(['csv', 'json']);
230229
const CommonConfigSchema = z.object({
231230
downloaded_filename: z.string(),
232231
postprocess: z.string().optional(),

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)