You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* missed filter_id fixes
* unit test
* clarify filter comments
* Use bracket notation for document body keys (#1734)
Change assignments to the request body to use bracket notation (body['filename'], body['filter_id']) instead of dot notation. This ensures the string keys are set explicitly on the Record<string, string> and avoids relying on declared property names.
* fix: Update integration.test.ts (#1737)
---------
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
0 commit comments