botserver/src/core/package_manager
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
..
setup fix(directory): add .await to ensure_admin_token() calls 2026-03-01 09:52:31 -03:00
cache.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
cli.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
component.rs Fix clippy warnings: raw strings, unused imports, format args, must_use attributes 2025-12-24 09:39:23 -03:00
facade.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
installer.rs fix(directory): add .await to ensure_admin_token() calls 2026-03-01 09:52:31 -03:00
mod.rs fix(directory): add .await to ensure_admin_token() calls 2026-03-01 09:52:31 -03:00
os.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00