minor spelling mistake

This commit is contained in:
tdgmcode 2023-03-19 00:07:36 -04:00
parent e1b1759ee5
commit 4249f3cfa7

View file

@ -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
]);