botserver/src/core/directory
Rodrigo Rodriguez (Pragmatismo) eb5c12c466
Some checks failed
BotServer CI / build (push) Failing after 5m28s
fix(directory): add .await to ensure_admin_token() calls
Fixed compilation errors by adding .await to all ensure_admin_token() calls:
- create_organization()
- create_user()
- save_config()

The method was made async but the calls weren't updated.
2026-03-01 09:52:31 -03:00
..
api.rs fix(directory): add .await to ensure_admin_token() calls 2026-03-01 09:52:31 -03:00
mod.rs Remove all code comments and fix ratatui version 2025-12-23 18:40:58 -03:00
provisioning.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00