UI: Ensure intelligence override is a positive integer (#2673)

This commit is contained in:
catloversg
2026-04-20 02:09:11 +07:00
committed by GitHub
parent a99109d9c7
commit a7409a01cc
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1852,7 +1852,7 @@ export type Task = StudyTask | CompanyWorkTask | CreateProgramWorkTask | CrimeTa
*
* - All boolean options: false
*
* If you specify intelligenceOverride, it must be a non-negative integer.
* If you specify intelligenceOverride, it must be a positive integer.
*
* @public
*/