Fix typo in persistHashTag()
This commit is contained in:
@@ -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 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user