Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Jan 29, 2025
1 parent 3cc3ec0 commit c6baea2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ export const createRegistrationOperationInformationSchema =
type: "object",
properties: {
section1: await createRegistrationPurposeSchema(),
section2: await createOperationInformationSchema(Apps.REGISTRATION),
section2: await createOperationInformationSchema(
Apps.REGISTRATION,
undefined,
),
section3: await createMultipleOperatorsInformationSchema(),
},
};
Expand Down

0 comments on commit c6baea2

Please sign in to comment.