Skip to content

Commit

Permalink
removing ? from validateLegacyOnly interface
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-e-lopez committed Mar 20, 2024
1 parent 8982360 commit 9fd739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/pages/api/util/testmanager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ export async function validateYamlfile (
additionalFileNames: string[],
bypassParser: boolean | undefined,
authPermissions: AuthPermissions,
validateLegacyOnly?: boolean | undefined
validateLegacyOnly: boolean | undefined
): Promise<ErrorResponse | ValidateYamlfileResult> {
let testRunTimeMn: number | undefined;
let bucketSizeMs: number | undefined;
Expand Down

0 comments on commit 9fd739a

Please sign in to comment.