3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

Converted all remaining boolean parameters to flags

This commit is contained in:
roflmaoqwerty 2020-01-04 16:00:21 +11:00
parent 46a8119660
commit ff6a922404
3 changed files with 3 additions and 3 deletions

View file

@ -212,7 +212,7 @@ export class SlowmodePlugin extends ZeppelinPlugin<TConfigSchema> {
options: [
{
name: "force",
type: "bool",
isSwitch: true,
},
],
})