We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d70baa + e64a327 commit f755cbbCopy full SHA for f755cbb
1 file changed
assemblyline-server/src/postprocessing/mod.rs
@@ -332,7 +332,7 @@ impl ActionWorker {
332
let payload = Bytes::from(serde_json::to_vec(&json!({
333
"is_cache": self.running_cache_tasks,
334
"score": score,
335
- "submission": submission
+ "submission": data
336
}))?);
337
let mut pool = tokio::task::JoinSet::new();
338
for hook in webhooks.into_iter() {
0 commit comments