diff options
author | Sasha Sorokin <10401817+Brawaru@users.noreply.github.com> | 2021-10-13 10:02:55 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 05:02:55 +0200 |
commit | 6c88ebfd4b8e7d3d976cf3fd66c496394f845e87 (patch) | |
tree | a9c04d3bceb616108973b2bdc3ead566aebf7bb5 /lib/cli.rb | |
parent | 89b5071fde2f111eaa53ce404712423de25a593d (diff) |
fix(streaming): req.scopes can be nullable (#16823)
When checking for required OAuth scopes, an unexpected error could happen due to missing (null-y) req.scopes. This commit fixes that by checking if req.scopes are present before checking if any required scopes are present, otherwise it skips that straight to rejection.
Diffstat (limited to 'lib/cli.rb')
0 files changed, 0 insertions, 0 deletions