Fix sprint query type casting

cgen-0d1cdb6baef84b6098303256a22a7057
This commit is contained in:
Builder.io 2025-11-16 07:09:05 +00:00
parent 9e6adcd36e
commit 249e3c8144

View file

@ -59,7 +59,7 @@ export default async function handler(req: VercelRequest, res: VercelResponse) {
select distinct project_id from gameforge_team_members
where user_id = '${user.id}'
)
`,
` as any,
);
}