1
0

fix: plugin uninstall throwing error

This commit is contained in:
Mar0xy
2023-11-07 18:22:52 +01:00
parent d85cf658ca
commit ccd3789cc6
@@ -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'] },