Skip to content

Commit 1783d66

Browse files
committed
lint
1 parent f419b4f commit 1783d66

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/api/funnel.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,11 @@ class Funnel {
180180
throw processError.get("not_enough_nodes");
181181
}
182182

183-
const isRequestFromDebugSession = get(request, "context.connection.misc.internal.debugSession", false);
183+
const isRequestFromDebugSession = get(
184+
request,
185+
"context.connection.misc.internal.debugSession",
186+
false
187+
);
184188

185189
if (this.overloaded) {
186190
const now = Date.now();

0 commit comments

Comments
 (0)