Fix imports and format

This commit is contained in:
Jacob Wallraff
2023-03-03 12:49:25 -08:00
parent 5a199d4c52
commit 2fc36cc6a1
5 changed files with 25 additions and 18 deletions
@@ -31,7 +31,7 @@ export function parseWorkflow(entryFile: File, contextOrTrace: TraceWriter | Tem
context,
value: undefined
};
return result
return result;
}
const templateToken = templateReader.readTemplate(context, WORKFLOW_ROOT, reader, fileId);