Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong data type check on api/tag/stats() event parameter #925

Open
Cornelis19 opened this issue Dec 5, 2024 · 1 comment
Open

Wrong data type check on api/tag/stats() event parameter #925

Cornelis19 opened this issue Dec 5, 2024 · 1 comment

Comments

@Cornelis19
Copy link

Assert::stringNotEmpty($params['event']);

@oleksandr-mykhailenko "This stringNotEmpty check prevents passing multiple events as an array, which our system relies on. Can this restriction be removed?"

@Cornelis19 Cornelis19 changed the title Wrong data type check on api/tag/stats event parameter Wrong data type check on api/tag/stats() event parameter Dec 5, 2024
@oleksandr-mykhailenko
Copy link
Collaborator

Assert::stringNotEmpty($params['event']);

@oleksandr-mykhailenko "This stringNotEmpty check prevents passing multiple events as an array, which our system relies on. Can this restriction be removed?"

Hello. Thank for noticing this. Take into work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants