Skip to content

Commit cc29bdb

Browse files
committed
revert pullRequest destructued in extractPRdetails
1 parent 01b059a commit cc29bdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/githubService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const extractPRdetails = (data) => {
1818
repository_url: repositoryUrl,
1919
labels,
2020
assignees,
21-
pull_request: pullRequest,
2221
}) => {
2322
const allAssignees = assignees.map((object) => object.login);
2423
const allLabels = labels.map((object) => object.name);

0 commit comments

Comments
 (0)