mobbdev 0.0.70 → 0.0.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2642,7 +2642,7 @@ async function handleFinishedAnalysis({
|
|
|
2642
2642
|
});
|
|
2643
2643
|
const scanerString = scannerToFriendlyString(scanner);
|
|
2644
2644
|
const issueType = getIssueType(fix_by_pk.issueType);
|
|
2645
|
-
const title = `#  ${issueType} fix by Mobb is ready`;
|
|
2645
|
+
const title = `#  ${issueType} fix by Mobb is ready \u2705`;
|
|
2646
2646
|
const subTitle = `### Apply the following code change to fix ${issueType} issue detected by ${scanerString}:`;
|
|
2647
2647
|
const diff2 = `\`\`\`diff
|
|
2648
2648
|
${patch}
|