Savate
Savate
PPrisma
Created by Alaskan donut 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