mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 21:10:20 +01: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: {
|
||||
type: 'string',
|
||||
optional: true, nullable: true,
|
||||
}
|
||||
},
|
||||
sensitiveMediaDetection: {
|
||||
type: 'string',
|
||||
optional: true, nullable: false,
|
||||
|
|
Loading…
Reference in a new issue