minor spelling mistake
This commit is contained in:
parent
e1b1759ee5
commit
4249f3cfa7
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ backend.postCreate = async ({content, edit}, {user,db}) => {
|
|||
if (replyUser && !edit) {
|
||||
await db.run('INSERT INTO messages (username, content, time,read) VALUES (?, ?, ?, ?)', [
|
||||
replyUser,
|
||||
`@${user} replied to #${irstReply} on #${id}`,
|
||||
`@${user} replied to #${firstReply} on #${id}`,
|
||||
Math.floor(new Date() * 1000),
|
||||
0
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue