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
Description:
After a request is completed, the most recent query is duplicated multiple times in the history side-bar. The issue originates from the getResults() function in index.html. It's worth noting that the backend code functions correctly without any errors and stores elements once in the SQLite database.
Expected Behavior:
The most recent query should only be added once to the history side-bar when a request finishes.
The text was updated successfully, but these errors were encountered:
Description:
After a request is completed, the most recent query is duplicated multiple times in the history side-bar. The issue originates from the
getResults()
function inindex.html
. It's worth noting that the backend code functions correctly without any errors and stores elements once in the SQLite database.Expected Behavior:
The most recent query should only be added once to the history side-bar when a request finishes.
The text was updated successfully, but these errors were encountered: