Fix sprint query type casting
cgen-0d1cdb6baef84b6098303256a22a7057
This commit is contained in:
parent
9e6adcd36e
commit
249e3c8144
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue