mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 19:20:41 +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( () => {
|
||||
fileDb.run(
|
||||
transOrDb.run(
|
||||
`INSERT OR IGNORE INTO hash_tag (hash_tag)
|
||||
VALUES (?);`,
|
||||
[ hashTag ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue