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
It seems that there are 2 distinct database connections, one in App.ts and the other in databaseConnection.ts.
It seems that databaseConnection.ts is used for the initial connection to the database and the that the latter is used for queries.
Remove redundant connection.
The text was updated successfully, but these errors were encountered:
It seems that there are 2 distinct database connections, one in App.ts and the other in databaseConnection.ts.
It seems that databaseConnection.ts is used for the initial connection to the database and the that the latter is used for queries.
Remove redundant connection.
The text was updated successfully, but these errors were encountered: