Skip to content

Commit

Permalink
Update countly.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Rıza Kat committed Sep 19, 2024
1 parent 3695932 commit c572bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/countly.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Countly.Bulk = Bulk;
cc.debug = conf.debug;

// Set the storage path
storageMethod = CountlyStorage.setStorage(conf.storage_path, true);
storageMethod = CountlyStorage.setStorage(conf.storage_path);

// clear stored device ID if flag is set
if (conf.clear_stored_device_id) {
Expand Down

0 comments on commit c572bf1

Please sign in to comment.