fix: update notification error handling to include new update method and improve reminder deletion logic
This commit is contained in:
@@ -57,7 +57,7 @@ async function query(text, params = []) {
|
||||
// Ubah $1, $2 jadi @p1, @p2
|
||||
const sqlText = text.replace(/\$(\d+)/g, (_, num) => `@p${num}`);
|
||||
|
||||
console.log(sqlText, params);
|
||||
// console.log(sqlText, params);
|
||||
return request.query(sqlText);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user