Skip to content

Commit 0cf08d3

Browse files
committed
changed the method name
1 parent 41edc92 commit 0cf08d3

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
@@ -39,7 +39,7 @@ module.exports = {
3939
return to;
4040
}
4141
},
42-
cloneDeep: function(object) {
42+
cloneJsonObject: function(object) {
4343
return JSON.parse(JSON.stringify(object));
4444
},
4545
currentTimestamp: function() {

0 commit comments

Comments
 (0)