Skip to content

Commit 26941f9

Browse files
chschnellcopy
authored andcommitted
fixed eslint error
1 parent 7138331 commit 26941f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/fake_network.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function handle_fake_dns_doh(packet, adapter)
351351

352352
function handle_fake_dns(packet, adapter)
353353
{
354-
if(adapter.dns_method === 'static') {
354+
if(adapter.dns_method === "static") {
355355
return handle_fake_dns_static(packet, adapter);
356356
}
357357
else {

0 commit comments

Comments
 (0)