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
{{ message }}
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
The GithubPullRequestService will raise a GithubPullRequestService:: UserNotFoundOnGithubError on line 50 if the response from the server indicates that the user in question has been deleted from GitHub. We need to account for this in the flow of the app by making some sort of User Deleted view and rendering it where appropriate
The text was updated successfully, but these errors were encountered:
The GithubPullRequestService will raise a
GithubPullRequestService:: UserNotFoundOnGithubError
on line 50 if the response from the server indicates that the user in question has been deleted from GitHub. We need to account for this in the flow of the app by making some sort of User Deleted view and rendering it where appropriateThe text was updated successfully, but these errors were encountered: