fix: plugin uninstall throwing error

This commit is contained in:
Mar0xy 2023-11-07 18:22:52 +01:00
parent d85cf658ca
commit ccd3789cc6
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export const paramDef = {
type: 'object',
properties: {
tokenId: { type: 'string', format: 'misskey:id' },
token: { type: 'string' },
token: { type: 'string', nullable: true },
},
anyOf: [
{ required: ['tokenId'] },