fix cherry-pick error

This commit is contained in:
Hazelnoot 2025-07-09 19:12:53 -04:00
parent 62ec2ff34e
commit 7ab3a20b3b

View file

@ -141,6 +141,7 @@ type Option = {
updatedAt?: Date | null; updatedAt?: Date | null;
editcount?: boolean | null; editcount?: boolean | null;
processErrors?: string[] | null; processErrors?: string[] | null;
mandatoryCW?: string | null;
}; };
@Injectable() @Injectable()