mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 21:05:36 -04:00
fix: styling
This commit is contained in:
parent
8c0a4a773e
commit
cd43c949aa
3 changed files with 4 additions and 3 deletions
|
@ -9,7 +9,7 @@ async function getAllMessages() {
|
|||
}
|
||||
|
||||
async function insertMessage(msg) {
|
||||
db.run("INSERT INTO MESSAGES (message, username, date) VALUES (?, ?, ?)", [
|
||||
db.run("INSERT INTO MESSAGES (message, username, date) VALUES ($1, $2, $3)", [
|
||||
msg.message,
|
||||
msg.username,
|
||||
msg.date,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue