Merge pull request #4352 from anshumanr/rfdc

changed cloning library to rfdc for runtime module
This commit is contained in:
Nick O'Leary
2024-03-07 16:29:31 +00:00
committed by GitHub
5 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
**/
var clone = require("clone");
var clone = require("rfdc")({proto:true, circles: true});
var Flow = require('./Flow');