SEARCH-440

- Updated name from config
This commit is contained in:
Keerthi Niranjan 2017-11-28 15:33:20 +05:30
parent 0ba1fd3cf5
commit 3e898eca46

View File

@ -518,7 +518,7 @@ class Search {
* when the app is closed/signed-out/navigates * when the app is closed/signed-out/navigates
*/ */
function deleteIndexFolder() { function deleteIndexFolder() {
Search.deleteFolderRecursive(INDEX_DATA_FOLDER); Search.deleteFolderRecursive(searchConfig.FOLDERS_CONSTANTS.INDEX_PATH);
} }
/** /**