Update src/agent/commands/queries.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Max Robinson 2025-03-30 12:37:32 -05:00 committed by GitHub
parent 8793b3d905
commit fe68467e62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -239,7 +239,7 @@ export const queryList = [
return divContent.trim();
} catch (error) {
console.error("Error fetching or parsing HTML:", error);
return `The following error occured: ${error}`
return `The following error occurred: ${error}`
}
}
},