Fix for duplicate member cards when pressing populate

This commit is contained in:
2025-11-28 12:55:31 -05:00
parent 788f2fec2c
commit 022cb0eb75
3 changed files with 211 additions and 151 deletions

View File

@@ -45,7 +45,7 @@ async def dashboard(request: Request):
class FactionRequest(BaseModel):
faction_id: int
interval: int
interval: int = 30
# -----------------------------