Skip to content

Commit 44cf4d8

Browse files
Omri-Levychesterkmralonp99
authored
development -> sandbox (#3423)
* BAL-3932: Create directors with entity.variant of director (#3399) * feat: added variant to end user & updated entity creation & updated endpoints * feat: updated context schema & dto fix * chore: lock fix * chore: bump * Bal 4297 documents tracker mapping (#3402) * feat: added variant to end user & updated entity creation & updated endpoints * feat: reworked documents mapping & fixed state computation * fix: post merge fix * fix: added assert valid project ids * chore: bump kyb & ui (#3415) * fix: fixed edit buttons (#3417) * fix: added handling for pattern errors & schema fixes (#3416) * fix: added handling for pattern errors & schema fixes * feat: added flags support to pattern validator * chore: bump * fix: fixed schema * chore: cleaned logs * feat: reorganized schemas * refactor(workflow): remove duplicate variant field in repository - Eliminate redundant 'variant' field from the workflow data mapping - Streamline the workflow runtime data structure for improved clarity * fix(workflows-service): fixed bad merge (#3422) --------- Co-authored-by: Illia Rudniev <[email protected]> Co-authored-by: Alon Peretz <[email protected]>
1 parent 33e0ec4 commit 44cf4d8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

services/workflows-service/src/workflow/workflow-runtime-data.repository.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ export class WorkflowRuntimeDataRepository {
182182
'variant',
183183
e."variant",
184184
'stateReason',
185-
'variant',
186-
e."variant",
187185
e."stateReason",
188186
'firstName',
189187
e."firstName",

0 commit comments

Comments
 (0)