File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11npm run package
2- git add .
2+ git add dist/index.js
Original file line number Diff line number Diff line change @@ -14654,7 +14654,7 @@ async function commit(params) {
1465414654 {
1465514655 path: path.normalize(questionPath),
1465614656 mode: "100644",
14657- content: questionData,
14657+ content: questionData ?? "Unable to fetch the Problem statement." ,
1465814658 },
1465914659 {
1466014660 path: path.normalize(solutionPath),
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ async function commit(params) {
165165 {
166166 path : path . normalize ( questionPath ) ,
167167 mode : "100644" ,
168- content : questionData ,
168+ content : questionData ?? "Unable to fetch the Problem statement." ,
169169 } ,
170170 {
171171 path : path . normalize ( solutionPath ) ,
You can’t perform that action at this time.
0 commit comments