fix(189pc): fix typo

This commit is contained in:
Noah Hsu
2022-11-01 19:32:40 +08:00
parent f95ab6ee57
commit 7bfa5876ed
3 changed files with 6 additions and 5 deletions

View File

@ -15,7 +15,7 @@ type Addition struct {
Type string `json:"type" type:"select" options:"personal,family" default:"personal"`
FamilyID string `json:"family_id"`
RapidUpload bool `json:"rapid_upload"`
NonuseOrc bool `json:"nonuse_orc"`
NoUseOcr bool `json:"no_use_ocr"`
}
var config = driver.Config{