Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Savate
Posts
Comments
P
Prisma
•
Created by Json 👺 on 12/9/2024 in
#help-and-questions
TypedSQL failing during build step
In the generated d.ts file, the function signature is missing the argument name. Could be fixed by adding the name like this :
- -- @param {String} $1: Post ID
+ -- @param {String} $1:postId Post ID
- -- @param {String} $1: Post ID
+ -- @param {String} $1:postId Post ID
5 replies