fix digest for createapp

This commit is contained in:
Ruben Fiszel
2022-11-14 18:00:51 +01:00
parent cc5f629a7b
commit 1eedbfaedb

View File

@@ -430,10 +430,7 @@ async fn execute_component(
hm.insert(path, static_fields);
} else {
hm.insert(
format!(
"rawcode/{}",
digest(payload.raw_code.clone().unwrap().content.as_str())
),
digest(payload.raw_code.clone().unwrap().content.as_str()),
static_fields,
);
}