Skip to content

Commit f755cbb

Browse files
authored
Merge pull request #136 from CybercentreCanada/postprocess-body
send full submission data (+tags) to hooks
2 parents 9d70baa + e64a327 commit f755cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • assemblyline-server/src/postprocessing

assemblyline-server/src/postprocessing/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ impl ActionWorker {
332332
let payload = Bytes::from(serde_json::to_vec(&json!({
333333
"is_cache": self.running_cache_tasks,
334334
"score": score,
335-
"submission": submission
335+
"submission": data
336336
}))?);
337337
let mut pool = tokio::task::JoinSet::new();
338338
for hook in webhooks.into_iter() {

0 commit comments

Comments
 (0)