"sync now" button

This commit is contained in:
azivner
2017-10-29 11:22:41 -04:00
parent c28b7775a5
commit d613200925
5 changed files with 79 additions and 25 deletions

View File

@@ -19,7 +19,7 @@ function randomString(length) {
}
function randomSecureToken(bytes = 32) {
crypto.randomBytes(bytes).toString('base64');
return crypto.randomBytes(bytes).toString('base64');
}
function nowTimestamp() {