Script to check pads to delete when account deletion request

This commit is contained in:
yflory
2018-04-04 12:06:59 +02:00
parent 31980bef82
commit 337138d6e5
3 changed files with 84 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ const hashesFromPinFile = (pinFile, fileName) => {
switch (l[0]) {
case 'RESET': {
pins = {};
if (l[1] && l[1].length) { l[1].forEach((x) => { pins[x] = 1; }); }
//jshint -W086
// fallthrough
}