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
In services/server/src/server/services/utils/database-util.ts every function returns a pg query QueryResult, we can improve the return type including the object that the pg Result is returning. E.g. QueryResult<RowType>
The text was updated successfully, but these errors were encountered:
In
services/server/src/server/services/utils/database-util.ts
every function returns a pg query QueryResult, we can improve the return type including the object that the pg Result is returning. E.g.QueryResult<RowType>
The text was updated successfully, but these errors were encountered: