mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-18 07:35:02 +00:00
Remove test-only variable
This commit is contained in:
parent
703b24c64e
commit
ece77b5a5e
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ const StarboardOpts = t.type({
|
||||||
positive_required: tNullable(t.number),
|
positive_required: tNullable(t.number),
|
||||||
allow_multistar: tNullable(t.boolean),
|
allow_multistar: tNullable(t.boolean),
|
||||||
negative_emojis: tNullable(t.array(t.string)),
|
negative_emojis: tNullable(t.array(t.string)),
|
||||||
bot_reacts: tNullable(t.boolean),
|
|
||||||
enabled: tNullable(t.boolean),
|
enabled: tNullable(t.boolean),
|
||||||
});
|
});
|
||||||
type TStarboardOpts = t.TypeOf<typeof StarboardOpts>;
|
type TStarboardOpts = t.TypeOf<typeof StarboardOpts>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue