refactor: clean code (#7542)
* add issue bot for prs * Update CHANGELOG.md * Update issue-bot.yml * reformat code
This commit is contained in:
@@ -73,9 +73,9 @@ class Check {
|
||||
* The check state.
|
||||
*/
|
||||
const CheckState = Object.freeze({
|
||||
none: "none",
|
||||
fail: "fail",
|
||||
success: "success",
|
||||
none: 'none',
|
||||
fail: 'fail',
|
||||
success: 'success',
|
||||
});
|
||||
|
||||
export default Check;
|
||||
|
||||
Reference in New Issue
Block a user