mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 01:26:47 +00:00
model param and make file
This commit is contained in:
parent
8a98b9b1ea
commit
93a0591d83
1 changed files with 4 additions and 4 deletions
|
@ -229,10 +229,10 @@ async function main() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!diff) {
|
// if (!diff) {
|
||||||
console.log("No diff found");
|
// console.log("No diff found");
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
|
|
||||||
const parsedDiff = parseDiff(diff);
|
const parsedDiff = parseDiff(diff);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue