chore: run eslint --fix in onebot module

This commit is contained in:
Wesley F. Young
2024-08-09 20:35:03 +08:00
parent f5b6fa31a7
commit af01a073ef
110 changed files with 3832 additions and 3829 deletions

View File

@@ -6,5 +6,5 @@ interface ReturnType {
}
export default class CanSendImage extends CanSendRecord {
actionName = ActionName.CanSendImage;
actionName = ActionName.CanSendImage;
}