fix re-invites + promote/demote members

This commit is contained in:
SowinskiBraeden committed 2026-06-27 10:33:54 -07:00
1 parent 3026204a99
commit 00d59ac8ae
5 files changed
+247 -25

No files matched your search

+1 -1
View File
@@ -9,7 +9,7 @@ DATA_PATH = BASE_DIR / "data" / "entries.csv"
DEFAULT_DATABASE_URL = f"sqlite:///{BASE_DIR / 'data' / 'boker-dev.sqlite3'}"
ELIGIBLE_MIN_SESSIONS = 3
APP_VERSION = "2.5.5"
APP_VERSION = "2.5.6"
def load_local_env(env_path: Path) -> None: