Skip to content

Commit

Permalink
fixed eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
chschnell authored and copy committed Nov 26, 2024
1 parent 7138331 commit 26941f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/fake_network.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function handle_fake_dns_doh(packet, adapter)

function handle_fake_dns(packet, adapter)
{
if(adapter.dns_method === 'static') {
if(adapter.dns_method === "static") {
return handle_fake_dns_static(packet, adapter);
}
else {
Expand Down

0 comments on commit 26941f9

Please sign in to comment.