Updated empty message for websites.
This commit is contained in:
@@ -25,7 +25,7 @@ export async function runQuery(query) {
|
||||
});
|
||||
}
|
||||
|
||||
export async function rawQuery(query, params) {
|
||||
export async function rawQuery(query, params = []) {
|
||||
const db = getDatabase();
|
||||
|
||||
if (db !== POSTGRESQL && db !== MYSQL) {
|
||||
|
||||
Reference in New Issue
Block a user