model param and make file

This commit is contained in:
sadath-12 2023-07-16 09:45:27 +05:30
parent 8a98b9b1ea
commit 93a0591d83

View file

@ -229,10 +229,10 @@ async function main() {
return;
}
if (!diff) {
console.log("No diff found");
return;
}
// if (!diff) {
// console.log("No diff found");
// return;
// }
const parsedDiff = parseDiff(diff);