Skip to content

Commit 8edc7c4

Browse files
committed
Fix duplicate semicolon
1 parent 68162d2 commit 8edc7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ class SQLMapGenerator {
296296
const torPort = document.getElementById('torPort').value.trim();
297297
if (torPort) config['--tor-port'] = torPort;
298298

299-
const torType = document.getElementById('torType').value.trim();;
299+
const torType = document.getElementById('torType').value.trim();
300300
if (torType && torType !== "SOCKS5") config['--tor-type'] = torType;
301301

302302
// Request options

0 commit comments

Comments
 (0)