mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-10 15:46:57 +00:00
fix: add missing ,
This commit is contained in:
parent
bebbdbde8a
commit
5decad9cf1
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ export const meta = {
|
||||||
turnstileSecretKey: {
|
turnstileSecretKey: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
optional: true, nullable: true,
|
optional: true, nullable: true,
|
||||||
}
|
},
|
||||||
sensitiveMediaDetection: {
|
sensitiveMediaDetection: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
optional: true, nullable: false,
|
optional: true, nullable: false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue