jovotech / jovo-framework

🔈 The React for Voice and Chat: Build Apps for Alexa, Messenger, Instagram, the Web, and more
https://www.jovo.tech
Apache License 2.0
1.67k stars 310 forks source link

:bug: Fix not awaiting BigQuery addEventFilter #1632

Closed sadlowskij closed 2 months ago

sadlowskij commented 2 months ago

Proposed Changes

This addresses an issue, where providing a async function for addEventFilter in the BigQueryAnalyticsPluginConfig, see here, never filters out the event, as it is not awaiting the result but treating the returned Promise as truthy

Types of Changes

Checklist