Skip to content
Prev Previous commit
Next Next commit
chore: fix typo
  • Loading branch information
avallete committed Jun 18, 2025
commit ed47fd38bd1afecc4c5083bbd0b51ff70f7d5a55
2 changes: 1 addition & 1 deletion src/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async function getTypeOutput(): Promise<string | null> {
),
types: types!,
detectOneToOneRelationships: GENERATE_TYPES_DETECT_ONE_TO_ONE_RELATIONSHIPS,
postgresVersion: POSTGREST_VERSION,
postgrestVersion: POSTGREST_VERSION,
}

switch (GENERATE_TYPES?.toLowerCase()) {
Expand Down
Loading