We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68162d2 commit 8edc7c4Copy full SHA for 8edc7c4
app.js
@@ -296,7 +296,7 @@ class SQLMapGenerator {
296
const torPort = document.getElementById('torPort').value.trim();
297
if (torPort) config['--tor-port'] = torPort;
298
299
- const torType = document.getElementById('torType').value.trim();;
+ const torType = document.getElementById('torType').value.trim();
300
if (torType && torType !== "SOCKS5") config['--tor-type'] = torType;
301
302
// Request options
0 commit comments