rename the absurd-sql-specific items for clarity

This commit is contained in:
2025-05-26 14:52:39 -06:00
parent 0e10847cba
commit f0c947ba07
7 changed files with 22 additions and 22 deletions

View File

@@ -543,9 +543,9 @@ export default class Help extends Vue {
} else {
this.sqlResult = await platformService.dbExec(this.sqlQuery);
}
logger.log("SQL Result:", this.sqlResult);
logger.log("Test SQL Result:", this.sqlResult);
} catch (error) {
logger.error("SQL Error:", error);
logger.error("Test SQL Error:", error);
this.$notify(
{
group: "alert",