Skip to content

Commit

Permalink
Merge pull request #27 from galenwarren/fix-keys
Browse files Browse the repository at this point in the history
fix: fix name of default key
  • Loading branch information
galenwarren authored Aug 24, 2018
2 parents 789d56b + f263086 commit 2b90ff5
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 2b90ff5

Please sign in to comment.