From 38b9bf2c30687ac239c18efd914c567a1791189f Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 28 Sep 2017 21:34:46 -0600 Subject: [PATCH] Fix typo in persistHashTag() --- core/file_entry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]