Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add camelcase conversion to tableName in mergeNested.ts #36

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

hammo92
Copy link
Collaborator

@hammo92 hammo92 commented Jul 11, 2024

Camelcase conversion was missing in the merge nested function leading to incorrect naming:

//_generated/belongsTo/belongsToSchemaGen.ts
export const belongs_toInputSchemaGen = z.object({}).passthrough();

//schema/belongsTo/belongsToSchema.ts
import { belongsToInputSchemaGen, belongsToOutputSchemaGen } from "../../_generated/belongsTo/belongsToSchemaGen.js";

@sebastianwessel sebastianwessel merged commit 7d7083f into sebastianwessel:main Jul 11, 2024
1 check passed
@hammo92 hammo92 deleted the namingFix branch July 14, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants