Get rid of buggy open state

This commit is contained in:
PizZaKatZe 2021-12-20 12:50:43 +01:00
parent 3916d9c58e
commit 21b1313a18
4 changed files with 5 additions and 12 deletions

View file

@ -8,7 +8,6 @@ export const followStates = {
};
export const followRoles = {
open: "open",
leader: "leader",
follower: "follower",
};