Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ dist/

# Decrypted private key we do not want to commit
.github/OSBotify-private-key.asc

# Yalc
.yalc
yalc.lock
2 changes: 1 addition & 1 deletion lib/storage/WebStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* data changes and then stay up-to-date with everything happening in Onyx.
*/
import _ from 'underscore';
import Storage from './providers/IDBKeyVal';
import Storage from './providers/SQLiteStorage';

const SYNC_ONYX = 'SYNC_ONYX';

Expand Down