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

make ViewController nullable param in reauthorizeDataAccess #2477

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikehardy
Copy link

@mikehardy mikehardy commented Sep 26, 2024

To help us review the request, please complete the following:

  • sign contributor license agreement
  • I've ensured that all existing tests pass and added tests (when/where necessary)
  • I've updated the documentation (when/where necessary) and Changelog (when/where necessary)
  • I've added the proper label to this pull request (e.g. bug for bug fixes)

Pull Request Details

👋 hello from the react-native-fbsdk-next maintainer 😄

I would like the reauthorizeDataAccess ViewController param to conform to the nullability documented for it, and acceptable to the methods it passes the param to

Test Plan

Untested (not entirely true, we've been actively sending nil through this API since our first implementation using the API, and it's worked fine)

Fixes #2476

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

Successfully merging this pull request may close these issues.

reauthorizeDataAccess seemingly should have nullable ViewController param
2 participants