We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49069f5 commit 5e4d982Copy full SHA for 5e4d982
dist/index.js
@@ -14654,7 +14654,7 @@ async function commit(params) {
14654
{
14655
path: path.normalize(questionPath),
14656
mode: "100644",
14657
- content: `${questionData}`,
+ content: questionData ?? "Unable to fetch the Problem statement.",
14658
},
14659
14660
path: path.normalize(solutionPath),
src/action.js
@@ -165,7 +165,7 @@ async function commit(params) {
165
166
167
168
169
170
171
0 commit comments