mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 12:08:21 +02:00
Fix typo in persistHashTag()
This commit is contained in:
parent
dc2b3031fd
commit
38b9bf2c30
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ module.exports = class FileEntry {
|
||||||
}
|
}
|
||||||
|
|
||||||
transOrDb.serialize( () => {
|
transOrDb.serialize( () => {
|
||||||
fileDb.run(
|
transOrDb.run(
|
||||||
`INSERT OR IGNORE INTO hash_tag (hash_tag)
|
`INSERT OR IGNORE INTO hash_tag (hash_tag)
|
||||||
VALUES (?);`,
|
VALUES (?);`,
|
||||||
[ hashTag ]
|
[ hashTag ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue