Skip to content

Commit

Permalink
fix: fix name of default key
Browse files Browse the repository at this point in the history
  • Loading branch information
galenwarren committed Aug 24, 2018
1 parent f4360c8 commit 6e5f108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { crackStorePath, storeSet, storeDelete } from './store';

export const DEFAULT_DISPOSE_DELAY = 3000;

export const DEFAULT_KEYNAME = '.id';
export const DEFAULT_KEYNAME = '.key';

const disposers = new WeakMap();

Expand Down

0 comments on commit 6e5f108

Please sign in to comment.