Remove blockingApproval

// FREEBIE
This commit is contained in:
lilia 2017-06-12 12:18:14 -07:00 committed by Scott Nonnenberg
parent 53e7e1be3a
commit c6bfdec84d
4 changed files with 8 additions and 44 deletions

View file

@ -232,7 +232,6 @@
var attributes = cursor.value;
attributes.timestamp = 0;
attributes.firstUse = false;
attributes.blockingApproval = true;
attributes.nonblockingApproval = false;
attributes.seen = 0;
promises.push(new Promise(function(resolve, reject) {