We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3061350 commit 044c160Copy full SHA for 044c160
1 file changed
packages/core/src/shared/taskManager.ts
@@ -877,9 +877,7 @@ export class NullTaskManager extends TaskManager {
877
sendRequest: ctx.sendRequest,
878
routeResponse: async () => false,
879
hasTaskCreationParams,
880
- validateInbound: hasTaskCreationParams
881
- ? () => this._requireHost.assertTaskHandlerCapability(request.method)
882
- : undefined
+ validateInbound: hasTaskCreationParams ? () => this._requireHost.assertTaskHandlerCapability(request.method) : undefined
883
};
884
}
885
0 commit comments