Don't send the "valid" flag in ProofHintFlags
This commit is contained in:
parent
9eadfbaed6
commit
7e87aceec7
2 changed files with 3 additions and 9 deletions
|
|
@ -69,7 +69,6 @@ export type ProofHintFlagsEdit = {
|
|||
}
|
||||
|
||||
export type ProofHintFlags = {
|
||||
valid: boolean;
|
||||
device?: string;
|
||||
creationDate?: Date;
|
||||
generator?: ProofHintFlagsGenerator;
|
||||
|
|
@ -304,7 +303,6 @@ export const extractProofHintFlags = (proof?: Proof): ProofHintFlags | undefined
|
|||
}
|
||||
|
||||
const flags: ProofHintFlags = {
|
||||
valid: valid,
|
||||
device: source && source.length == 1 ? source[0].value : undefined,
|
||||
creationDate: date,
|
||||
generator: generator,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue