git ssb

0+

Kira / %V53yIAO6ZNGv1Lx9tCP…



forked from cel / ssb-issues

Commit d289682bb0cccd80e293d737e325636a678dc70e

Fix issue author validation

Charles Lehner committed on 3/28/2016, 4:03:39 PM
Parent: 99f03f65454dfc0739e7782f524b7215075b27c1

Files changed

index.jschanged
index.jsView
@@ -9,9 +9,9 @@
99 }
1010
1111 function isUpdateValid(issue, msg) {
1212 return msg.value.author == issue.author
13- && msg.value.author == issue.projectAuthor
13+ || msg.value.author == issue.projectAuthor
1414 }
1515
1616 exports.name = 'issues'
1717

Built with git-ssb-web