fix: Adjust info.json files to work with formattedData field

This commit is contained in:
Faruk AYDIN
2022-03-05 01:03:58 +03:00
committed by Ömer Faruk Aydın
parent 6a8ec97c31
commit e73f33f3db
16 changed files with 82 additions and 60 deletions

View File

@@ -5,7 +5,6 @@ import Processor from '../../services/processor';
type Params = {
stepId: string;
data: Record<string, unknown>;
};
const executeFlowResolver = async (
params: Params,