Revert the type change

This commit is contained in:
loicbersier 2020-05-29 03:13:07 +02:00
parent 18c0b62b48
commit 95a5dae014

View file

@ -5,7 +5,6 @@ class serverblacklistInhibitor extends Inhibitor {
constructor() {
super('serverblacklist', {
reason: 'serverblacklist',
type: 'all'
});
}