Commit 8bbc500d10ef5932154209b21315dcd393632943
Fix typo
Fixes %2RzNIfg/OrIvXXiiHE/tGJlyAKEY+hN9pfUJWg4EXu4=.sha256Charles Lehner committed on 9/1/2016, 2:30:09 AM
Parent: 2d8c45a0d5582ff28d2b3eeb2f86d8539b029678
Files changed
lib/repos/pulls.js | changed |
lib/repos/pulls.js | ||
---|---|---|
@@ -165,9 +165,9 @@ | ||
165 | 165 … | pull.unique('key'), |
166 | 166 … | pull.through(function (msg) { |
167 | 167 … | if (msg.value |
168 | 168 … | && msg.value.timestamp > newestMsg.value.timestamp |
169 | - && msg.value.content.root == issue.id) | |
169 … | + && msg.value.content.root === pr.id) | |
170 | 170 … | newestMsg = msg |
171 | 171 … | }), |
172 | 172 … | u.sortMsgs(), |
173 | 173 … | pull.map(function (item) { |
Built with git-ssb-web