Skip to content

Commit 23f5155

Browse files
committed
reprocess full submission
1 parent ecf46e1 commit 23f5155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-services/src/services/processing.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ export class ProcessingService implements IBaseService {
365365
}
366366

367367
const newConfig = feed.config.outputs.stream;
368-
const content = submission.content;
368+
const content = submission;
369369

370370
return this.process(content, newConfig, {
371371
submissionId: originalJob.submissionId,

0 commit comments

Comments
 (0)