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
fix: update typing for validateScope making scope an optional parameter
If a request is received with no scope in the request body, then the `scope`
argument to `validateScope` is undefined instead of an array.
This change updates the typings to be consistent with that behaviour.
0 commit comments