lint --fix

This commit is contained in:
NanGua_QWQ
2026-02-21 16:18:31 +08:00
parent 67852bd889
commit 094bd639b1
19 changed files with 101 additions and 109 deletions
+3 -1
View File
@@ -432,7 +432,9 @@ export class AutoScoreService extends Service {
break
}
case 'set_student_status': {
this.logger.info(`Set student status action: ${action.value} (not implemented - student type has no status field)`)
this.logger.info(
`Set student status action: ${action.value} (not implemented - student type has no status field)`
)
break
}
default: