mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Updated empty message for websites.
This commit is contained in:
parent
e60376fd59
commit
77db711a67
3 changed files with 5 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue