Fix event reemitting types
The callback args for reemitting will change to an array including the originals emitter.
This commit is contained in:
@@ -177,8 +177,11 @@ export const createLocalTransport$ = ({
|
||||
switchMap(([customUrl, delayId, forceEndpoint]) => {
|
||||
logger.info(
|
||||
"Creating preferred transport based on: ",
|
||||
"customUrl: ",
|
||||
customUrl,
|
||||
"delayId: ",
|
||||
delayId,
|
||||
"forceEndpoint: ",
|
||||
forceEndpoint,
|
||||
);
|
||||
return from(
|
||||
|
||||
Reference in New Issue
Block a user