skalpel 2.0.21 → 2.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1068,7 +1068,8 @@ async function fallbackToHttp(clientWs, config, source, logger, requestBody, inb
1068
1068
  Authorization: authHeader,
1069
1069
  Accept: "text/event-stream"
1070
1070
  },
1071
- body: requestBody
1071
+ body: requestBody,
1072
+ dispatcher: skalpelDispatcher
1072
1073
  });
1073
1074
  if (!resp.ok) {
1074
1075
  let errorBody = "";