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
An array was incorrectly getting passed to the BaseModel’s getGetter. This was resulting in no data being returned any time you wanted to pass `id` and `params` to the getter. This fixes that situation, making sure an array is not passed to the getters.
0 commit comments