typo
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending approval

This commit is contained in:
Mylloon 2024-04-01 18:01:28 +02:00
parent 38c91032f3
commit a6278fae8f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -32,7 +32,7 @@ struct CoursTemplate {
content: Option<File>,
}
#[derive(Debug, Serialize, Clone)]
#[derive(Clone, Debug, Serialize)]
struct FileNode {
name: String,
is_dir: bool,