Not using the deprecated / broken api (assuming that it was working before)
Este cometimento está contido em:
ascendente
0eb1226e1d
cometimento
13ac655b1c
@ -2,7 +2,7 @@
|
||||
"use strict";
|
||||
|
||||
function atob(str) {
|
||||
return new Buffer(str, 'base64').toString('utf8');
|
||||
return new Buffer(str).toString('base64');
|
||||
}
|
||||
|
||||
module.exports = atob;
|
||||
|
Carregando…
x
Criar uma nova questão referindo esta
Bloquear um utilizador