ets-fe-ng-sdk 20.3.33 → 20.3.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3202,8 +3202,10 @@ class UtilityService {
3202
3202
  ? null
3203
3203
  : dateStr[10] == 'T'
3204
3204
  ? dateStr
3205
- : dateStr +
3206
- (!!config?.omitT ? ` ${config?.time || '00:00:00'}` : `T${config?.time || '00:00:00Z'}`);
3205
+ : (dateStr +
3206
+ (!!config?.omitT
3207
+ ? ` ${config?.time || '00:00:00'}`
3208
+ : `T${config?.time || '00:00:00Z'}`));
3207
3209
  };
3208
3210
  /**
3209
3211
  * Handles the deletion of rows from a FormArray