3
0
Fork 0
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:
Nils 2019-07-30 19:08:37 +02:00 committed by Nils Blömeke
parent 2a83d0962d
commit f8736f9139

View file

@ -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>;