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.
1 parent ed597e5 commit 7bc365bCopy full SHA for 7bc365b
src/wizard/processors/collect.processor.ts
@@ -26,7 +26,7 @@ export class CollectProcessor extends Processor {
26
resourceId,
27
Object.assign(new UpdateResourceDto(), {
28
namespaceId: task.namespaceId,
29
- content: task.exception.error,
+ content: 'error',
30
}),
31
);
32
return {};
0 commit comments