fix(backend): correct app-type notification schema (#14471)

This commit is contained in:
zyoshoka
2024-08-29 18:57:44 +09:00
committed by GitHub
parent b6fdd71957
commit 3e85052754
3 changed files with 7 additions and 7 deletions

View File

@@ -311,11 +311,11 @@ export const packedNotificationSchema = {
},
header: {
type: 'string',
optional: false, nullable: false,
optional: false, nullable: true,
},
icon: {
type: 'string',
optional: false, nullable: false,
optional: false, nullable: true,
},
},
}, {