Update packages/backend/src/server/api/endpoints/admin/meta.ts

This commit is contained in:
Ozzy 2025-01-18 09:24:13 +00:00
parent 5da2a6467a
commit 31dbebcac8

View file

@ -567,11 +567,11 @@ export const meta = {
},
link1Url: {
type: 'string',
optional: false, nullable: true,
optional: true, nullable: true,
},
link1Label: {
type: 'string',
optional: false, nullable: true,
optional: true, nullable: true,
},
link2Url: {
type: 'string',