mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-09-09 11:17:08 +00:00
test logging
This commit is contained in:
parent
02216aac61
commit
928a30e879
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ async function getPRDetails(): Promise<PRDetails> {
|
|||
repo: repository.name,
|
||||
pull_number: number,
|
||||
});
|
||||
|
||||
console.log("Yura test Pull Request Response:", prResponse.data);
|
||||
return {
|
||||
owner: repository.owner.login,
|
||||
repo: repository.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue