We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954ca83 commit cb99315Copy full SHA for cb99315
packages/core/src/routes/applications/types.ts
@@ -35,5 +35,5 @@ export const applicationPatchGuard = originalApplicationPatchGuard
35
)
36
.optional(),
37
})
38
- .optional(),
+ .nullish(),
39
});
0 commit comments