We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d1ad76 + 5e4d982 commit f75ed44Copy full SHA for f75ed44
.husky/pre-commit
@@ -1,2 +1,2 @@
1
npm run package
2
-git add .
+git add dist/index.js
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