Skip to content

Commit

Permalink
removed stale todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny1291 committed Dec 28, 2024
1 parent e7a0e07 commit d261a30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/update-defaultRulesCSSJson/updateProcess.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ async function processDefaultRulesUpdate(newDefaultRules, oldDefaultRulesJson) {
// pushStatusUpdateToUser('Opening a pull request...')
await commitUpdateDefaultCSSRulesJson(branchName, commitMessage)
const pullReq = await openPullRequest(commitMessage + " [AUTOMATED]", branchName)
//TODO: The following message was not printed
//@ts-ignore
pushStatusUpdateToUser(`Done! You can now review and accept the changes on GitHub. <a href=${pullReq.html_url}>Pull request</a>`)
} else {
Expand Down

0 comments on commit d261a30

Please sign in to comment.