File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14649,10 +14649,10 @@ async function commit(params) {
1464914649 const commitName = !!commitHeader ? commitHeader : COMMIT_MESSAGE;
1465014650
1465114651 if ("runtimePerc" in submission) {
14652- message = `${commitName} Runtime - ${submission.runtime} (${submission.runtimePerc}), Memory - ${submission.memory} (${submission.memoryPerc})`;
14652+ message = `${commitName} - ${submission.title} - Runtime - ${submission.runtime} (${submission.runtimePerc}), Memory - ${submission.memory} (${submission.memoryPerc})`;
1465314653 qid = `${submission.qid}-`;
1465414654 } else {
14655- message = `${commitName} Runtime - ${submission.runtime}, Memory - ${submission.memory}`;
14655+ message = `${commitName} - ${submission.title} - Runtime - ${submission.runtime}, Memory - ${submission.memory}`;
1465614656 qid = "";
1465714657 }
1465814658 const folderName = `${qid}${name}`;
You can’t perform that action at this time.
0 commit comments