diff --git a/src/routes/pullRequest-private.ts b/src/routes/pullRequest-private.ts index 47a6f55..d0b0060 100644 --- a/src/routes/pullRequest-private.ts +++ b/src/routes/pullRequest-private.ts @@ -71,6 +71,7 @@ router.get( }, }) ); + pullRequest.owner = user; await pullRequest.download(); res.json(pullRequest.toJSON()); } catch (error) {