From 80fa4f866e4e5ca4a23b7935ae61c46c4bb5a7b0 Mon Sep 17 00:00:00 2001 From: Beaudan Date: Wed, 30 Jan 2019 15:30:45 +1100 Subject: [PATCH] Stale comment from review --- app/sql.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/sql.js b/app/sql.js index 69ac92755..b64c4feac 100644 --- a/app/sql.js +++ b/app/sql.js @@ -1282,7 +1282,6 @@ async function getAllConversations() { } async function getPubKeysWithFriendStatus(status) { - // TODO: Maybe don't have this hardcoded to 4 (friends status in the enum) const rows = await db.all( `SELECT id FROM conversations WHERE friendRequestStatus = $status