File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -522,11 +522,11 @@ export interface JobResult {
522
522
denied ?: boolean
523
523
// Attributes that were corrected by the worker.
524
524
// The following attributes can be corrected, additional attributes will be ignored:
525
- // * `assignee` - reset by providing an empty String
526
- // * `dueDate` - reset by providing an empty String
527
- // * `followUpDate` - reset by providing an empty String
528
- // * `candidateGroups` - reset by providing an empty list
529
- // * `candidateUsers` - reset by providing an empty list
525
+ // * `assignee` - clear by providing an empty String
526
+ // * `dueDate` - clear by providing an empty String
527
+ // * `followUpDate` - clear by providing an empty String
528
+ // * `candidateGroups` - clear by providing an empty list
529
+ // * `candidateUsers` - clear by providing an empty list
530
530
// * `priority` - minimum 0, maximum 100, default 50
531
531
// Omitting any of the attributes will preserve the persisted attribute's value.
532
532
corrections ?: JobResultCorrections
You can’t perform that action at this time.
0 commit comments