parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

refactor: Reorganize transformInteriorValue

Open kassiansun opened this issue 9 months ago • 6 comments
trafficstars

Pull Request

Issue

This code was checking a constantly true condition value !== CannotTransform, that's why the code was not properly handling nested structure properly, The code introduced by #8446 fixed this logic, by introducing another duplicated piece of code.

Closes: #9567

Approach

This commit simplifies the logic here to reflect the original purpose.

kassiansun avatar Jan 22 '25 06:01 kassiansun