Skip to content

Commit fe84161

Browse files
committed
changed the method name
1 parent 843a913 commit fe84161

File tree

1 file changed

+1
-1
lines changed
  • packages/optimizely-sdk/lib/utils/fns

1 file changed

+1
-1
lines changed

packages/optimizely-sdk/lib/utils/fns/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
return to;
4242
}
4343
},
44-
cloneDeep: function(object) {
44+
cloneJsonObject: function(object) {
4545
return JSON.parse(JSON.stringify(object));
4646
},
4747
currentTimestamp: function() {

0 commit comments

Comments
 (0)