Loading lib/document_stores/rethinkdb.js +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ class RethinkDBStore { this.client.table('uploads').get(md5(key)).run((error, result) => { if (error || !result) { callback(false); winston.error('failed to insert to table', error); if (error) winston.error('failed to insert to table', error); return; } callback(result.data); Loading Loading
lib/document_stores/rethinkdb.js +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ class RethinkDBStore { this.client.table('uploads').get(md5(key)).run((error, result) => { if (error || !result) { callback(false); winston.error('failed to insert to table', error); if (error) winston.error('failed to insert to table', error); return; } callback(result.data); Loading