Skip to content

Commit bddd7bf

Browse files
add folder structure to zod schema directory
1 parent e170b33 commit bddd7bf

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

src/commands/utils/metar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ApplicationCommandOptionType, ApplicationCommandType, Colors } from 'di
22
import { Request } from 'node-fetch';
33
import { ZodError } from 'zod';
44
import { constantsConfig, fetchData, makeEmbed, makeLines, slashCommand, slashCommandStructure } from '../../lib';
5-
import { Metar, MetarSchema } from '../../lib/apis/zodSchemas/metarSchemas';
5+
import { Metar, MetarSchema } from '../../lib/apis/zodSchemas/avwx/metarSchemas';
66

77
const data = slashCommandStructure({
88
name: 'metar',

src/lib/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export * from './schedulerJobs/postBirthdays';
2424

2525
// API Wrapper
2626
export * from './apis/fetchData';
27-
export * from './apis/zodSchemas/vatsimEventsSchemas';
28-
export * from './apis/zodSchemas/vatsimDataSchemas';
29-
export * from './apis/zodSchemas/tafSchemas';
30-
export * from './apis/zodSchemas/simbriefSchemas';
31-
export * from './apis/zodSchemas/wolframAlphaSchemas';
27+
export * from './apis/zodSchemas/vatsim/vatsimEventsSchemas';
28+
export * from './apis/zodSchemas/vatsim/vatsimDataSchemas';
29+
export * from './apis/zodSchemas/avwx/tafSchemas';
30+
export * from './apis/zodSchemas/simbrief/simbriefSchemas';
31+
export * from './apis/zodSchemas/wolframAlpha/wolframAlphaSchemas';

0 commit comments

Comments
 (0)