Skip to content

Commit

Permalink
fix: values of owner
Browse files Browse the repository at this point in the history
  • Loading branch information
adelkahomolova committed Dec 6, 2019
1 parent 1b6be4a commit c3c5ab2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export const getPullRequestResponse: PullRequest = {
name: 'pypy',
id: '{54220cd1-b139-4188-9455-1e13e663f1ac}',
owner: {
login: 'landtuna',
id: '{9d65d517-4898-47ac-9d2f-fd902d25d9f6}',
url: 'https://bitbucket.org/%7B9d65d517-4898-47ac-9d2f-fd902d25d9f6%7D/',
login: 'pypy',
id: 'undefined',
url: 'www.bitbucket.org/pypy',
},
},
},
Expand Down

0 comments on commit c3c5ab2

Please sign in to comment.