This commit is contained in:
randogoth 2023-05-21 16:14:46 +03:00
parent 69c1c42c7e
commit c3c296fcc7

View file

@ -127,7 +127,7 @@ const getCanvasFingerprint = () => {
return canvas.toDataURL();
};
const getCurrentBrowserFingerPrint = () => {
function getCurrentBrowserFingerPrint() {
const getTheAudioPrints = new Promise((resolve, reject) => {
generateTheAudioFingerPrint.run(function (fingerprint) {
resolve(fingerprint);