You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like it is supposed to return `AsyncPreparedStatement<T>` but
since the type parameter is not provided it actually returns
`AsyncPreparedStatement<any>`, which passes type checking anyway since
`any` is compatible with `T`.
0 commit comments