Added teams and document images #6

Merged
TKFRvisionOfficial merged 3 commits from feature/teams into master 2023-08-23 21:32:40 +02:00
TKFRvisionOfficial commented 2023-08-23 20:11:20 +02:00 (Migrated from github.com)
No description provided.
MarcelCoding (Migrated from github.com) reviewed 2023-08-23 20:19:36 +02:00
@ -0,0 +1,50 @@
use crate::lang::Language;
MarcelCoding (Migrated from github.com) commented 2023-08-23 20:19:36 +02:00
    let serialized_teams = tokio::fs::read_to_string(base_path.join("team.yaml")).await?;
```suggestion let serialized_teams = tokio::fs::read_to_string(base_path.join("team.yaml")).await?; ```
Sign in to join this conversation.
No description provided.