Update front/src/Api/Events/IframeEvent.ts
Co-authored-by: David Négrier <d.negrier@thecodingmachine.com>
This commit is contained in:
parent
73efdab52f
commit
adc71b5695
1 changed files with 0 additions and 1 deletions
|
@ -218,7 +218,6 @@ export const isIframeQuery = (event: any): event is IframeQuery<keyof IframeQuer
|
||||||
const result = iframeQueryMapTypeGuards[type].query(event.data);
|
const result = iframeQueryMapTypeGuards[type].query(event.data);
|
||||||
if (!result) {
|
if (!result) {
|
||||||
console.warn('Received a query with type "' + type + '" but the payload is invalid.');
|
console.warn('Received a query with type "' + type + '" but the payload is invalid.');
|
||||||
console.log(event);
|
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue