Skip to content

Commit cb99315

Browse files
authored
fix(core): allow null protectedAppMetadata (#8009)
1 parent 954ca83 commit cb99315

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/routes/applications

1 file changed

+1
-1
lines changed

packages/core/src/routes/applications/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ export const applicationPatchGuard = originalApplicationPatchGuard
3535
)
3636
.optional(),
3737
})
38-
.optional(),
38+
.nullish(),
3939
});

0 commit comments

Comments
 (0)