diff --git a/src/libs/actions/Session/clearCache/index.native.js b/src/libs/actions/Session/clearCache/index.native.js index d6064b8ae941..3bd647dbf8fb 100644 --- a/src/libs/actions/Session/clearCache/index.native.js +++ b/src/libs/actions/Session/clearCache/index.native.js @@ -1,6 +1,7 @@ import {CachesDirectoryPath, unlink} from 'react-native-fs'; function clearStorage() { + // `unlink` is used to delete the caches directory return unlink(CachesDirectoryPath); }