workspace-sync: add dropbox.token to zod schema
This commit is contained in:
parent
ccbde17b9d
commit
65b2b0479b
@ -567,6 +567,7 @@ export const MoltbotSchema = z
|
||||
appFolder: z.boolean().optional(),
|
||||
appKey: z.string().optional(),
|
||||
appSecret: z.string().optional(),
|
||||
token: z.string().optional(),
|
||||
})
|
||||
.strict()
|
||||
.optional(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user