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
2a83d0962d
commit
f8736f9139
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ const StarboardOpts = t.type({
|
|||
positive_required: tNullable(t.number),
|
||||
allow_multistar: tNullable(t.boolean),
|
||||
negative_emojis: tNullable(t.array(t.string)),
|
||||
bot_reacts: tNullable(t.boolean),
|
||||
enabled: tNullable(t.boolean),
|
||||
});
|
||||
type TStarboardOpts = t.TypeOf<typeof StarboardOpts>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue