diff --git a/core/file_entry.js b/core/file_entry.js index 84c6559f..32903315 100644 --- a/core/file_entry.js +++ b/core/file_entry.js @@ -280,7 +280,7 @@ module.exports = class FileEntry { } transOrDb.serialize( () => { - fileDb.run( + transOrDb.run( `INSERT OR IGNORE INTO hash_tag (hash_tag) VALUES (?);`, [ hashTag ]