fix full hub script

This commit is contained in:
Ruben Fiszel
2022-10-30 17:01:12 +01:00
parent 4bd74ad723
commit 12026318b5
+1 -1
View File
@@ -253,5 +253,5 @@ pub struct HubScript {
pub content: String,
pub lockfile: Option<String>,
pub language: ScriptLang,
pub schema: Option<String>,
pub schema: serde_json::Value,
}