Skip to content

Commit e4faf0b

Browse files
committed
swap provider
1 parent 1e08d68 commit e4faf0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/storage/WebStorage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* data changes and then stay up-to-date with everything happening in Onyx.
55
*/
66
import _ from 'underscore';
7-
import Storage from './providers/LocalForage';
7+
import Storage from './providers/IDBKeyVal';
88

99
const SYNC_ONYX = 'SYNC_ONYX';
1010

0 commit comments

Comments
 (0)