Fix typo in persistHashTag()
This commit is contained in:
parent
dc2b3031fd
commit
38b9bf2c30
|
@ -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…
Reference in New Issue