We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e08d68 commit e4faf0bCopy full SHA for e4faf0b
1 file changed
lib/storage/WebStorage.js
@@ -4,7 +4,7 @@
4
* data changes and then stay up-to-date with everything happening in Onyx.
5
*/
6
import _ from 'underscore';
7
-import Storage from './providers/LocalForage';
+import Storage from './providers/IDBKeyVal';
8
9
const SYNC_ONYX = 'SYNC_ONYX';
10
0 commit comments