mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-07 14:17:51 +02:00
fix: PR credentials
This commit is contained in:
@@ -71,6 +71,7 @@ router.get(
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
pullRequest.owner = user;
|
||||||
await pullRequest.download();
|
await pullRequest.download();
|
||||||
res.json(pullRequest.toJSON());
|
res.json(pullRequest.toJSON());
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user