Patch for testing error
> Strings must use doublequote quotes
This commit is contained in:
parent
54d6c7b506
commit
068a94d61b
@ -65,7 +65,7 @@ class GeneratePassword extends Operation {
|
|||||||
resultArray[i] = alphabet.charAt(Math.floor(Math.random() * alphabet.length));
|
resultArray[i] = alphabet.charAt(Math.floor(Math.random() * alphabet.length));
|
||||||
}
|
}
|
||||||
|
|
||||||
return resultArray.join('');
|
return resultArray.join("");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user