11.01.24
This commit is contained in:
@@ -257,7 +257,8 @@ class App {
|
||||
.map(a => a.toJS())
|
||||
.filter(a => a.isSignature)
|
||||
|
||||
console.log(filtered.length, "Signatures signed!")
|
||||
console.log(annotations.length,"Signatures total!")
|
||||
console.log(filtered.length,"Signatures signed!")
|
||||
|
||||
if (totalSignatures > filtered.length) {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user