Fix typo in persistHashTag()

This commit is contained in:
Bryan Ashby 2017-09-28 21:34:46 -06:00
parent dc2b3031fd
commit 38b9bf2c30
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ module.exports = class FileEntry {
}
transOrDb.serialize( () => {
fileDb.run(
transOrDb.run(
`INSERT OR IGNORE INTO hash_tag (hash_tag)
VALUES (?);`,
[ hashTag ]