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

edit
This commit is contained in:
Ozzy 2025-01-19 18:06:04 +00:00
parent 851c9fbbed
commit 0446f8c22d

View file

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