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
Currently, SubscriberImpl::transform() and SubscriberImpl::assertQuery() operates internally on hardcoded numeric values and literals. This is highly error-prone and should be refactored to use constants and/or helper functions.