From aecbbf2129174ad7e23af902f1a397c3822cb1c8 Mon Sep 17 00:00:00 2001 From: randogoth Date: Sun, 21 May 2023 16:24:43 +0300 Subject: [PATCH] fix --- web/nfc-theme/static/geo.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/nfc-theme/static/geo.js b/web/nfc-theme/static/geo.js index 2020f75..61668c6 100644 --- a/web/nfc-theme/static/geo.js +++ b/web/nfc-theme/static/geo.js @@ -40,8 +40,7 @@ const generateTheAudioFingerPrint = function () { var compressor = null; var fingerprint = null; var callback = null; - function run(cb, debug = false) { - callback = cb; + function run(debug = false) { try { setup(); oscillator.connect(compressor);